Skip to content

Commit 9d8a0a0

Browse files
committed
fix: tag script name
Signed-off-by: Dan Selman <[email protected]>
1 parent e5eacad commit 9d8a0a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: tag
2727
id: tag
2828
run: |
29-
node ./scripts/tag.js ${{ github.event.release.tag_name }}
29+
node ./scripts/tag.cjs ${{ github.event.release.tag_name }}
3030
3131
- name: build and publish
3232
run: |

0 commit comments

Comments
 (0)