Skip to content

Commit

Permalink
fix: revert gha changes (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
iowillhoit authored May 14, 2024
1 parent c294c55 commit 52bff04
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/onRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,7 @@ jobs:
uses: salesforcecli/github-workflows/.github/workflows/npmPublish.yml@main
needs: [getDistTag]
with:
ctc: true
sign: true
ctc: false
tag: ${{ needs.getDistTag.outputs.tag || 'latest' }}
githubTag: ${{ github.event.release.tag_name || inputs.tag }}

secrets: inherit

0 comments on commit 52bff04

Please sign in to comment.