Skip to content

Commit

Permalink
chore: update changeset and release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tonai committed Oct 5, 2023
1 parent 4bac040 commit 2957206
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 @@ -7,7 +7,7 @@
}
],
"commit": false,
"fixed": [["*"]],
"fixed": [["react-front-kit*"]],
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "patch",
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
- '*.x'

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

Expand Down

0 comments on commit 2957206

Please sign in to comment.