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.
release
1 parent b0ceabd commit 5513d00Copy full SHA for 5513d00
1 file changed
.github/workflows/release.yaml
@@ -35,9 +35,6 @@ jobs:
35
- name: Enable yarn
36
run: corepack enable
37
38
- - name: Configure npm
39
- run: npm config set //registry.npmjs.org/:_authToken ${{ secrets.RELEASE_NPM_TOKEN }}
40
-
41
- name: Install dependencies
42
run: yarn install --frozen-lockfile
43
@@ -47,6 +44,9 @@ jobs:
47
44
git config user.email "bot@uphold.com"
48
45
git config --global url.https://${{ secrets.RELEASE_GITHUB_TOKEN }}@github.com/.insteadOf https://github.com/
49
46
+ - name: Configure npm
+ run: npm config set //registry.npmjs.org/:_authToken ${{ secrets.RELEASE_NPM_TOKEN }}
+
50
- name: Generate release
51
env:
52
GITHUB_TOKEN: ${{ secrets.RELEASE_GITHUB_TOKEN }}
0 commit comments