Skip to content

Commit

Permalink
Merge pull request #17 from work-mate/main
Browse files Browse the repository at this point in the history
ci: Update release
  • Loading branch information
dev-davexoyinbo authored Jun 13, 2024
2 parents 6b398f4 + b8cdfad commit 68ce6ca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
issues: write
pull-requests: write
packages: write
id-token: write
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
Expand All @@ -47,4 +48,4 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
1 change: 1 addition & 0 deletions release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@ export default {
},
],
"@semantic-release/github",
"@semantic-release/npm",
],
};

0 comments on commit 68ce6ca

Please sign in to comment.