Skip to content

Commit

Permalink
Correctly add publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
dopenguin committed Nov 25, 2024
1 parent 5662168 commit edf904a
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 @@ -37,7 +37,7 @@ jobs:
git push origin $TAG
echo "Released and tagged $TAG"
done
- run: nx release publish
- run: npx nx release publish
- run: node ./scripts/createRelease ${{ env.TAGS }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit edf904a

Please sign in to comment.