Skip to content

Commit

Permalink
chore: PLZ LET ME RELEASE MY OWN PACKAGE I SWEAR
Browse files Browse the repository at this point in the history
  • Loading branch information
Gugustinette committed Sep 3, 2024
1 parent 81f3551 commit 74b9e06
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 @@ -27,7 +27,7 @@ jobs:
run: git config --global user.name "GitHub CD bot" && git config --global user.email "github-cd-bot@users.noreply.github.com"
# Bump packages versions
- name: Bump packages versions
run: npx nx release --skip-publish ${{ github.event.release.tag_name }}
run: npx nx release --first-release --skip-publish ${{ github.event.release.tag_name }}
# Publish packages to NPM
- name: Publish package to NPM
run: npx nx release publish ${{ github.event.release.tag_name }} --access public
Expand Down

0 comments on commit 74b9e06

Please sign in to comment.