From 92ecbbabc403fe57bf4069f9928b029d23db7a16 Mon Sep 17 00:00:00 2001 From: Eric Willhoit Date: Tue, 12 Nov 2024 14:37:06 -0600 Subject: [PATCH] fix: use latest --- .github/workflows/onRelease.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/onRelease.yml b/.github/workflows/onRelease.yml index e07d29c..588957c 100644 --- a/.github/workflows/onRelease.yml +++ b/.github/workflows/onRelease.yml @@ -25,7 +25,7 @@ jobs: uses: salesforcecli/github-workflows/.github/workflows/npmPublish.yml@main needs: [getDistTag] with: - tag: ${{ needs.getDistTag.outputs.tag || 'preview' }} + tag: ${{ needs.getDistTag.outputs.tag || 'latest' }} githubTag: ${{ github.event.release.tag_name || inputs.tag }} secrets: inherit