Skip to content

Commit

Permalink
chore: update nx, update release config
Browse files Browse the repository at this point in the history
  • Loading branch information
Gugustinette committed Aug 20, 2024
1 parent 22dd891 commit 70a517b
Show file tree
Hide file tree
Showing 4 changed files with 566 additions and 496 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ on:
jobs:
publish:
runs-on: ubuntu-latest
permissions:
contents: read
id-token: write # Needed for provenance data generation
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v2
Expand All @@ -28,6 +31,7 @@ jobs:
run: nx release version ${{ github.event.release.tag_name }}
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_CONFIG_PROVENANCE: true
# Push changes to GitHub (updated package.json,...)
- name: Push changes to GitHub
run: git commit -am "Release ${{ github.event.release.tag_name }}" && git push origin HEAD:main
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ docs/.vitepress/dist
html


.nx/cache
.nx/cache
.nx/workspace-data
Loading

0 comments on commit 70a517b

Please sign in to comment.