Skip to content

Commit

Permalink
Fix release action error due to unset secret
Browse files Browse the repository at this point in the history
  • Loading branch information
limzykenneth committed Oct 18, 2022
1 parent 00821f3 commit aef468c
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 aef468c

Please sign in to comment.