Skip to content

Commit 2f7238e

Browse files
committed
tmp: trigger publish workflows for 1.4.2 again
1 parent 7536511 commit 2f7238e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- run: npm test
1919
- run: npm version ${TAG_NAME} --git-tag-version=false
2020
env:
21-
TAG_NAME: ${{ github.event.release.tag_name }}
21+
TAG_NAME: 1.4.2
2222
- run: npm whoami; npm publish
2323
env:
2424
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
@@ -35,5 +35,5 @@ jobs:
3535
- run: npm test
3636
- run: npm version ${TAG_NAME} --git-tag-version=false
3737
env:
38-
TAG_NAME: ${{ github.event.release.tag_name }}
38+
TAG_NAME: 1.4.2
3939
- run: npm whoami; npm publish --@github:registry='https://npm.pkg.github.com'

0 commit comments

Comments
 (0)