Skip to content

Commit

Permalink
Use correct script
Browse files Browse the repository at this point in the history
  • Loading branch information
dopenguin committed Nov 25, 2024
1 parent 2b04918 commit 51ec3e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: |
node ./scripts/publishPackages
node ./scripts/versionPackages
# RETURN_TAGS=$(node ./scripts/publishPackages)
# echo "TAGS=$RETURN_TAGS" >> $GITHUB_ENV
env:
Expand Down

0 comments on commit 51ec3e7

Please sign in to comment.