Skip to content

Commit c173bf5

Browse files
authored
ci: Fix auto-release (#116)
1 parent 5834a09 commit c173bf5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/release-automated.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- name: Checkout repository
10-
uses: actions/checkout@v2
10+
uses: actions/checkout@v4
1111
with:
1212
persist-credentials: false
1313
- name: Setup Node
14-
uses: actions/setup-node@v2
14+
uses: actions/setup-node@v4
1515
with:
1616
node-version: 22
1717
cache: 'npm'
@@ -23,3 +23,4 @@ jobs:
2323
GH_TOKEN: ${{ secrets.RELEASE_GITHUB_TOKEN }}
2424
GITHUB_TOKEN: ${{ secrets.RELEASE_GITHUB_TOKEN }}
2525
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
26+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)