Skip to content

Commit

Permalink
Fix release configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
nywilken committed Feb 25, 2022
1 parent 56488f9 commit 59cfac6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ jobs:
version: latest
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
API_VERSION: ${{ steps.plugin_describe.outputs.api_version }}
SIGNORE_CLIENT_ID: ${{ secrets.SIGNORE_CLIENT_ID }}
SIGNORE_CLIENT_SECRET: ${{ secrets.SIGNORE_CLIENT_SECRET }}
SIGNORE_SIGNER: ${{ secrets.SIGNORE_SIGNER }}
API_VERSION: ${{ steps.plugin_describe.outputs.api_version }}

0 comments on commit 59cfac6

Please sign in to comment.