We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 822f60e commit 6e64686Copy full SHA for 6e64686
.github/actions/setup/action.yml
@@ -23,10 +23,7 @@ runs:
23
24
- name: Set registry authToken
25
shell: sh
26
- run: |
27
- npm set //npm.pkg.github.com/:_authToken ${{ inputs.GH_TOKEN }}
28
- npm config set @lawnstarter:registry https://npm.pkg.github.com/
29
- echo "//npm.pkg.github.com/:_authToken=${{ inputs.GH_TOKEN }}" >> ./.npmrc;
+ run: echo "//npm.pkg.github.com/:_authToken=${{ inputs.GH_TOKEN }}" >> ./.npmrc;
30
31
- name: Cache dependencies
32
id: yarn-cache
.github/workflows/ci.yml
@@ -59,4 +59,4 @@ jobs:
59
run: yarn prepack
60
61
- name: Create release
62
- run: yarn release
+ run: npm run release
0 commit comments