Skip to content
This repository has been archived by the owner on Mar 12, 2024. It is now read-only.

Commit

Permalink
ci: fix release tag
Browse files Browse the repository at this point in the history
  • Loading branch information
viceice committed Dec 4, 2023
1 parent 180437a commit 7b1e4cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,6 @@ jobs:
body: See https://github.com/uhop/node-re2#release-history for more changes
commit: ${{ github.sha }}
name: ${{ env.VERSION }}
tag: v${{ env.VERSION }}
tag: ${{ env.VERSION }}
token: ${{ secrets.GITHUB_TOKEN }}
artifacts: .cache/**

0 comments on commit 7b1e4cf

Please sign in to comment.