Skip to content

Commit

Permalink
fix: onRelease flow needs dist tag
Browse files Browse the repository at this point in the history
  • Loading branch information
peternhale committed Mar 29, 2023
1 parent 2b446f0 commit 59e02a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/onRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
id: distTag
npm:
uses: salesforcecli/github-workflows/.github/workflows/npmPublish.yml@main
needs: [getDistTag]
with:
tag: ${{ needs.getDistTag.outputs.tag || 'latest' }}
githubTag: ${{ github.event.release.tag_name || inputs.tag }}
Expand Down

0 comments on commit 59e02a6

Please sign in to comment.