Skip to content

Commit

Permalink
🐛 [NPM] Update the release scripts again
Browse files Browse the repository at this point in the history
  • Loading branch information
beefchimi committed Apr 1, 2024
1 parent 4d4313a commit 61d2fac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
with:
title: '🦋 [Release] Version packages'
commit: '🦋 [Changesets] Prepare for next release'
version: npm release:version
publish: npm release:publish
version: npm run release:version
publish: npm run release:publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 61d2fac

Please sign in to comment.