Skip to content

Commit

Permalink
fix: release command
Browse files Browse the repository at this point in the history
  • Loading branch information
Viijay-Kr committed Aug 22, 2024
1 parent f126b86 commit 761a14a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,8 @@ jobs:
id: changesets
uses: changesets/action@v1
with:
fetch-depth: 0
persist-credentials: false
# This expects you to have a script called release which does a build for your packages and calls changeset publish
publish: npm release
publish: npm run release
env:
GITHUB_TOKEN: ${{ secrets.MY_GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down

0 comments on commit 761a14a

Please sign in to comment.