Skip to content

Commit

Permalink
Merge pull request #10 from aligent/fix/update-version-number
Browse files Browse the repository at this point in the history
fix: update version number on release
  • Loading branch information
TheOrangePuff authored Nov 6, 2024
2 parents 9ae723c + c035964 commit 7fce603
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 7fce603

Please sign in to comment.