Skip to content

Commit

Permalink
Merge pull request #3 from forcedotcom/ew/publish-to-preview
Browse files Browse the repository at this point in the history
Publish to preview
  • Loading branch information
iowillhoit authored Nov 12, 2024
2 parents 70c51bb + 94889af commit 466ba01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/onRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,7 @@ jobs:
uses: salesforcecli/github-workflows/.github/workflows/npmPublish.yml@main
needs: [getDistTag]
with:
ctc: true
sign: true
tag: ${{ needs.getDistTag.outputs.tag || 'latest' }}
tag: ${{ needs.getDistTag.outputs.tag || 'preview' }}
githubTag: ${{ github.event.release.tag_name || inputs.tag }}

secrets: inherit
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"prepack": "sf-prepack",
"prepare": "sf-install",
"test": "wireit",
"test:nuts": "nyc mocha \"**/*.nut.ts\" --slow 4500 --timeout 600000 --parallel",
"test:nuts": "echo 'No tests to run'",
"test:only": "wireit"
},
"publishConfig": {
Expand Down

0 comments on commit 466ba01

Please sign in to comment.