Skip to content

Commit 19c1c90

Browse files
authored
Merge pull request #5837 from limzykenneth/release-action-fix
Fix release action error due to unset secret
2 parents 00821f3 + aef468c commit 19c1c90

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

+2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313
release:
1414
runs-on: ubuntu-latest
1515
name: Release
16+
env:
17+
INPUT_TOKEN: ${{ secrets.NPM_TOKEN }}
1618
steps:
1719
# 1. Setup
1820
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)