Skip to content

Commit

Permalink
fix: tag script name
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Selman <[email protected]>
  • Loading branch information
dselman committed May 15, 2024
1 parent e5eacad commit 9d8a0a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: tag
id: tag
run: |
node ./scripts/tag.js ${{ github.event.release.tag_name }}
node ./scripts/tag.cjs ${{ github.event.release.tag_name }}
- name: build and publish
run: |
Expand Down

0 comments on commit 9d8a0a0

Please sign in to comment.