Skip to content

Commit

Permalink
chore: fix release ci 3
Browse files Browse the repository at this point in the history
  • Loading branch information
Gugustinette committed Aug 20, 2024
1 parent f69d98e commit 8c1b949
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: git config --global user.name "GitHub CD bot" && git config --global user.email "github-cd-bot@users.noreply.github.com"
# Publish package to NPM
- name: Publish package to NPM
run: npx nx release version ${{ github.event.release.tag_name }}
run: npx nx release --first-release ${{ github.event.release.tag_name }}
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_CONFIG_PROVENANCE: true
Expand Down

0 comments on commit 8c1b949

Please sign in to comment.