We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fa0cf8e + 92ecbba commit 96e96c5Copy full SHA for 96e96c5
.github/workflows/onRelease.yml
@@ -25,7 +25,7 @@ jobs:
25
uses: salesforcecli/github-workflows/.github/workflows/npmPublish.yml@main
26
needs: [getDistTag]
27
with:
28
- tag: ${{ needs.getDistTag.outputs.tag || 'preview' }}
+ tag: ${{ needs.getDistTag.outputs.tag || 'latest' }}
29
githubTag: ${{ github.event.release.tag_name || inputs.tag }}
30
31
secrets: inherit
0 commit comments