We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56b3723 commit 14a03d8Copy full SHA for 14a03d8
2 files changed
.github/workflows/onRelease.yml
@@ -14,8 +14,6 @@ jobs:
14
npm:
15
uses: salesforcecli/github-workflows/.github/workflows/npmPublish.yml@main
16
with:
17
- ctc: true
18
- sign: true
19
tag: latest
20
githubTag: ${{ github.event.release.tag_name || inputs.tag }}
21
secrets: inherit
.github/workflows/test.yml
@@ -7,13 +7,3 @@ on:
7
jobs:
8
unit-tests:
9
uses: salesforcecli/github-workflows/.github/workflows/unitTest.yml@main
10
- nuts:
11
- needs: unit-tests
12
- uses: salesforcecli/github-workflows/.github/workflows/nut.yml@main
13
- secrets: inherit
- strategy:
- matrix:
- os: [ubuntu-latest, windows-latest]
- fail-fast: false
- with:
- os: ${{ matrix.os }}
0 commit comments