Skip to content

Commit 054d784

Browse files
committed
remove version from release-toolkit
1 parent 6293b1a commit 054d784

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
registry-url: 'https://registry.npmjs.org'
1515
- uses: c-hive/gha-yarn-cache@v1
1616
- run: yarn
17-
- run: npx helloitsjoe/release-toolkit#v1.0.0 publish
17+
- run: npx helloitsjoe/release-toolkit publish
1818
env:
1919
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
2020
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
node-version: ${{ matrix.node-version }}
1717
- uses: c-hive/gha-yarn-cache@v1
1818
- run: yarn
19-
- run: npx helloitsjoe/release-toolkit#v1.0.0 verify
19+
- run: npx helloitsjoe/release-toolkit verify
2020
- run: yarn test
2121
- run: yarn lint
2222
- run: yarn coveralls

0 commit comments

Comments
 (0)