Skip to content

Commit

Permalink
chore: setup CI for npm publish (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
nrkruk authored Aug 16, 2024
1 parent d61cffe commit 69dd550
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/onRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: salesforcecli/github-workflows/.github/workflows/npmPublish.yml@main
needs: [getDistTag]
with:
ctc: true
#ctc: true
sign: true
tag: ${{ needs.getDistTag.outputs.tag || 'latest' }}
githubTag: ${{ github.event.release.tag_name || inputs.tag }}
Expand Down

0 comments on commit 69dd550

Please sign in to comment.