We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6293b1a commit 054d784Copy full SHA for 054d784
.github/workflows/publish.yml
@@ -14,7 +14,7 @@ jobs:
14
registry-url: 'https://registry.npmjs.org'
15
- uses: c-hive/gha-yarn-cache@v1
16
- run: yarn
17
- - run: npx helloitsjoe/release-toolkit#v1.0.0 publish
+ - run: npx helloitsjoe/release-toolkit publish
18
env:
19
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
20
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
.github/workflows/verify.yml
@@ -16,7 +16,7 @@ jobs:
node-version: ${{ matrix.node-version }}
- - run: npx helloitsjoe/release-toolkit#v1.0.0 verify
+ - run: npx helloitsjoe/release-toolkit verify
- run: yarn test
21
- run: yarn lint
22
- run: yarn coveralls
0 commit comments