Skip to content

Commit

Permalink
0624_1542
Browse files Browse the repository at this point in the history
  • Loading branch information
metaory committed Jun 24, 2024
1 parent 51f0350 commit 5df53a5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- master
- dev

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

Expand Down Expand Up @@ -31,7 +32,7 @@ jobs:
- name: Release PR
uses: changesets/action@v1
with:
version: npx changeset version
version: npm install @changesets/cli && npx changeset version
publish: npx changeset publish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 5df53a5

Please sign in to comment.