Skip to content

Commit

Permalink
fix: disable signing, pass secret
Browse files Browse the repository at this point in the history
  • Loading branch information
iowillhoit authored May 14, 2024
1 parent c294c55 commit 8b96e3b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/onRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ jobs:
needs: [getDistTag]
with:
ctc: true
sign: true
tag: ${{ needs.getDistTag.outputs.tag || 'latest' }}
githubTag: ${{ github.event.release.tag_name || inputs.tag }}

secrets: inherit
secrets:
SVC_CLI_BOT_GITHUB_TOKEN: ${{ secrets.IDEE_GH_TOKEN }}

0 comments on commit 8b96e3b

Please sign in to comment.