Skip to content

Commit 82f6649

Browse files
authored
ci: update release process (#78)
1 parent 481f459 commit 82f6649

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -99,10 +99,7 @@ jobs:
9999
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
100100
with:
101101
persist-credentials: false
102-
- name: Setup Node.js
103-
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
102+
- name: Run semantic release
103+
uses: electron/semantic-trusted-release@03517840010ba30fe5264f4875f4cff066b658d1 # v1.1.0
104104
with:
105-
node-version: 20
106-
- run: npx semantic-release
107-
env:
108-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
105+
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)