Skip to content

Commit 3d21739

Browse files
committed
fix(ci): update tokens
1 parent a0bbee2 commit 3d21739

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/nodejs.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Use Node.js 18
1717
uses: actions/setup-node@v3
1818
with:
19-
node-version: 18
19+
node-version: 20
2020
- name: npm install, lint, build, and test
2121
run: |
2222
yarn install --immutable
@@ -47,8 +47,6 @@ jobs:
4747

4848
- name: Release
4949
env:
50-
GITHUB_TOKEN: $\{{ secrets.GITHUB_TOKEN }}
51-
NPM_TOKEN: $\{{ secrets.SESAMECARE_OSS_NPM_TOKEN }}
52-
run: |
53-
yarn dlx semantic-release
54-
50+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
51+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
52+
run: yarn dlx semantic-release

0 commit comments

Comments
 (0)