Skip to content

Commit 0baa12b

Browse files
committed
👷‍♀️ Fix release
1 parent 7b2f339 commit 0baa12b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,5 @@ jobs:
2828
- name: Release
2929
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
3030
run: ./release.sh
31+
env:
32+
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)