Skip to content

Commit eb1b914

Browse files
authored
build: pin semantic-release to v16 (#153)
Newer versions don't support node 12.
1 parent 2db0fd5 commit eb1b914

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@ jobs:
3131
- name: Build
3232
run: npm run build
3333
- name: Release
34+
uses: cycjimmy/semantic-release-action@v2
35+
with:
36+
semantic_version: 16
3437
env:
3538
GITHUB_TOKEN: ${{ secrets.SEMANTIC_RELEASE_GITHUB_TOKEN }}
3639
NPM_TOKEN: ${{ secrets.SEMANTIC_RELEASE_NPM_TOKEN }}
37-
run: npx semantic-release

0 commit comments

Comments
 (0)