Skip to content

Commit

Permalink
Merge pull request #5837 from limzykenneth/release-action-fix
Browse files Browse the repository at this point in the history
Fix release action error due to unset secret
  • Loading branch information
Qianqianye committed Oct 18, 2022
2 parents 00821f3 + aef468c commit 19c1c90
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
release:
runs-on: ubuntu-latest
name: Release
env:
INPUT_TOKEN: ${{ secrets.NPM_TOKEN }}
steps:
# 1. Setup
- uses: actions/checkout@v3
Expand Down

0 comments on commit 19c1c90

Please sign in to comment.