Skip to content

Commit

Permalink
Changed configs to work with new base branch
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexShukel committed Aug 30, 2023
1 parent e2159eb commit 1a0fd60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"fixed": [["@reactive-forms/*"]],
"linked": [],
"access": "restricted",
"baseBranch": "main",
"baseBranch": "v0.10",
"ignore": [],
"privatePackages": {
"tag": false,
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Release
on:
push:
branches:
- main
- v0.10

concurrency: ${{ github.workflow }}-${{ github.ref }}

Expand Down

0 comments on commit 1a0fd60

Please sign in to comment.