Skip to content

Commit 5513d00

Browse files
risantosdiogotorres97
authored andcommitted
Update release workflow step order
1 parent b0ceabd commit 5513d00

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,6 @@ jobs:
3535
- name: Enable yarn
3636
run: corepack enable
3737

38-
- name: Configure npm
39-
run: npm config set //registry.npmjs.org/:_authToken ${{ secrets.RELEASE_NPM_TOKEN }}
40-
4138
- name: Install dependencies
4239
run: yarn install --frozen-lockfile
4340

@@ -47,6 +44,9 @@ jobs:
4744
git config user.email "bot@uphold.com"
4845
git config --global url.https://${{ secrets.RELEASE_GITHUB_TOKEN }}@github.com/.insteadOf https://github.com/
4946
47+
- name: Configure npm
48+
run: npm config set //registry.npmjs.org/:_authToken ${{ secrets.RELEASE_NPM_TOKEN }}
49+
5050
- name: Generate release
5151
env:
5252
GITHUB_TOKEN: ${{ secrets.RELEASE_GITHUB_TOKEN }}

0 commit comments

Comments
 (0)