Skip to content

Commit aef468c

Browse files
committed
Fix release action error due to unset secret
JS-DevTools/npm-publish#15
1 parent 00821f3 commit aef468c

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)