Skip to content

Commit

Permalink
Fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
satazor authored and fixe committed Nov 20, 2023
1 parent 9f1ad3a commit 0c2fd47
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.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ jobs:
GITHUB_TOKEN: ${{ secrets.RELEASE_GITHUB_TOKEN }}
run: |
echo "//registry.npmjs.org/:_authToken=\${NPM_TOKEN}" > .npmrc
yarn run release --increment ${{ github.event.inputs.VERSION_BUMP }} -V
npm run release -- --increment ${{ github.event.inputs.VERSION_BUMP }} -V
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@
"type": "git",
"url": "https://github.com/uphold/debugnyan.git"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"lint": "uphold-scripts lint .",
"release": "release-it",
Expand Down

0 comments on commit 0c2fd47

Please sign in to comment.