Skip to content

Commit

Permalink
chore: fix release ci 7
Browse files Browse the repository at this point in the history
  • Loading branch information
Gugustinette committed Aug 20, 2024
1 parent bbcd682 commit 55e76cf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions 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 @@ -33,7 +33,7 @@ jobs:
run: npx nx release publish ${{ github.event.release.tag_name }} --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_CONFIG_PROVENANCE: false
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: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
"description": "A web game engine written in TypeScript",
"author": "Augustin Mercier 'Gugustinette' <mercier.augustin@outlook.fr>",
"license": "Apache-2.0",
"publishConfig": {
"access": "public"
},
"homepage": "https://fibbojs.github.io/fibbo",
"repository": {
"type": "git",
Expand Down

0 comments on commit 55e76cf

Please sign in to comment.