Skip to content

Commit

Permalink
fix: update version number on release
Browse files Browse the repository at this point in the history
  • Loading branch information
TheOrangePuff committed Nov 6, 2024
1 parent 9ae723c commit c035964
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
run: |
git config --global user.name "Automated NPM Release"
git config --global user.email "[email protected]"
pnpm version $VERSION --allow-same-version
echo "Publishing $PACKAGE @ $VERSION"
pnpm config set registry https://registry.npmjs.org/
pnpm publish .
Expand Down

0 comments on commit c035964

Please sign in to comment.