Skip to content

Commit e7f3ca5

Browse files
committed
Revert "tmp: trigger publish workflows for 1.4.2 again"
This reverts commit 2f7238e.
1 parent 27b2347 commit e7f3ca5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- run: npm test
2020
- run: npm version ${TAG_NAME} --git-tag-version=false
2121
env:
22-
TAG_NAME: 1.4.2
22+
TAG_NAME: ${{ github.event.release.tag_name }}
2323
- run: npm whoami; npm publish
2424
env:
2525
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
@@ -41,8 +41,8 @@ jobs:
4141
registry-url: 'https://npm.pkg.github.com'
4242
- run: npm version ${TAG_NAME} --git-tag-version=false
4343
env:
44-
TAG_NAME: 1.4.2
44+
TAG_NAME: ${{ github.event.release.tag_name }}
4545
- name: Publish to GHPR
4646
run: npm publish
4747
env:
48-
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
48+
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)