diff --git a/.github/workflows/onRelease.yml b/.github/workflows/onRelease.yml index d9102e0..e07d29c 100644 --- a/.github/workflows/onRelease.yml +++ b/.github/workflows/onRelease.yml @@ -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 diff --git a/package.json b/package.json index 556667f..0415f8c 100644 --- a/package.json +++ b/package.json @@ -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": {