Skip to content

Commit 6d3e35d

Browse files
authored
fix: bump github action versions (#1023)
support trusted publishing through using newer npm
1 parent 0c0e7c0 commit 6d3e35d

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ on:
66
- master
77
workflow_dispatch:
88

9-
permissions:
10-
contents: read
11-
129
jobs:
1310
semantic-release:
1411
name: Release
@@ -22,7 +19,7 @@ jobs:
2219
steps:
2320
- uses: actions/checkout@v5
2421

25-
- uses: actions/setup-node@v4
22+
- uses: actions/setup-node@v6
2623
with:
2724
node-version-file: '.nvmrc'
2825

@@ -31,7 +28,7 @@ jobs:
3128
npm run build
3229
3330
- id: semantic-release
34-
uses: cycjimmy/semantic-release-action@v5
31+
uses: cycjimmy/semantic-release-action@v6
3532
with:
3633
semantic_version: 25.0.1 # version with latest npm and support for trusted publishing
3734
env:

0 commit comments

Comments
 (0)