Skip to content

Commit 96e96c5

Browse files
authored
Merge pull request #4 from forcedotcom/ew/use-latest
Use latest dist-tag
2 parents fa0cf8e + 92ecbba commit 96e96c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/onRelease.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: salesforcecli/github-workflows/.github/workflows/npmPublish.yml@main
2626
needs: [getDistTag]
2727
with:
28-
tag: ${{ needs.getDistTag.outputs.tag || 'preview' }}
28+
tag: ${{ needs.getDistTag.outputs.tag || 'latest' }}
2929
githubTag: ${{ github.event.release.tag_name || inputs.tag }}
3030

3131
secrets: inherit

0 commit comments

Comments
 (0)