Skip to content

Commit

Permalink
chore(release): release work
Browse files Browse the repository at this point in the history
  • Loading branch information
HaneyHamdy committed Mar 15, 2024
1 parent 2bba51c commit 33a101f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,5 @@ jobs:
- run: yarn install
- run: yarn run release --ci
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3 changes: 3 additions & 0 deletions .release-it.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
"npm": {
"publish": false
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"github": {
"release": true,
"tokenRef": "GITHUB_TOKEN"
Expand Down

0 comments on commit 33a101f

Please sign in to comment.