Skip to content

Commit

Permalink
fix: add missing nx version step (#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-jonas authored Aug 19, 2024
1 parent 5fa3a1a commit 503a717
Show file tree
Hide file tree
Showing 2 changed files with 1,284 additions and 5,650 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,7 @@ jobs:
return isPrerelease ? 'next' : 'latest';
result-encoding: string
- run: |
npx nx release version ${{ github.event.release.tag_name }} --git-commit=false --stage-changes=false
npx nx release publish --specifier=${{ github.event.release.tag_name }} --tag="${{ steps.compute-dist-tag.outputs.result }}" --git-commit-message 'chore(release): bump version to ${{ github.event.release.tag_name }}' --git-tag=false
# TODO(jonas): commit the result to the main branch, if it's not a prerelease
Loading

0 comments on commit 503a717

Please sign in to comment.