Skip to content

Commit

Permalink
chore: revert WR testing
Browse files Browse the repository at this point in the history
  • Loading branch information
WillieRuemmele committed Jun 3, 2024
1 parent 43c19ef commit 3836a4c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/onRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,11 @@ jobs:
ref: ${{ github.event.release.tag_name || inputs.tag }}
- uses: salesforcecli/github-workflows/.github/actions/getPreReleaseTag@main
id: distTag
# a comment
npm:
uses: salesforcecli/github-workflows/.github/workflows/npmPublish.yml@wr/removeAlways
uses: salesforcecli/github-workflows/.github/workflows/npmPublish.yml@main
needs: [getDistTag]
with:
ctc: true
ctc: false
sign: true
tag: ${{ needs.getDistTag.outputs.tag || 'latest' }}
githubTag: ${{ github.event.release.tag_name || inputs.tag }}
Expand Down

0 comments on commit 3836a4c

Please sign in to comment.