Skip to content

Commit

Permalink
chore: update release-it script
Browse files Browse the repository at this point in the history
  • Loading branch information
azeezat committed Sep 5, 2024
1 parent 832de5c commit aad9ef7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release-and-publish-to-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
- name: Release
run: npm run release --ci
env:
GITHUB_TOKEN: ${{ secrets.PAT }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: End Message
run: echo "All done"
1 change: 0 additions & 1 deletion .release-it.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
},
"github": {
"release": true,
"tokenRef": "PAT",
"releaseName": "Release ${version}",
"autoGenerate": true,
"comments": {
Expand Down

0 comments on commit aad9ef7

Please sign in to comment.