Skip to content

Commit 33a0389

Browse files
committed
build: try fixing semantic release
1 parent 03eba9f commit 33a0389

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
steps:
1515
- name: Checkout
16-
uses: actions/checkout@v2
16+
uses: actions/checkout@v3
1717

1818
- uses: actions/cache@v3
1919
with:
@@ -49,4 +49,5 @@ jobs:
4949
- name: Release
5050
run: npx semantic-release
5151
env:
52+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5253
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)