Skip to content

Commit

Permalink
refactor: remove dry-run from release + publishing to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
AngeloAyranji committed Apr 18, 2024
1 parent 9ed09fb commit ad469a1
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 @@ -32,7 +32,7 @@ jobs:
git config --global user.name "${GITHUB_ACTOR}"
- name: Release
run: npx nx release --dry-run --first-release
run: npx nx release --yes
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit ad469a1

Please sign in to comment.