From ecd39723349b967778e4e4dd0d126999a762378c Mon Sep 17 00:00:00 2001 From: Willie Ruemmele Date: Mon, 3 Jun 2024 10:36:39 -0600 Subject: [PATCH] fix: add a comment --- .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 56f605c..c947709 100644 --- a/.github/workflows/onRelease.yml +++ b/.github/workflows/onRelease.yml @@ -21,7 +21,7 @@ jobs: ref: ${{ github.event.release.tag_name || inputs.tag }} - uses: salesforcecli/github-workflows/.github/actions/getPreReleaseTag@main id: distTag -# a comment 1 1 1 1 +# a comment 1 1 1 1 1 npm: uses: salesforcecli/github-workflows/.github/workflows/npmPublish.yml@wr/removeAlways needs: [getDistTag]