Skip to content

Commit

Permalink
fix(ci): Update release-publish.yml (#389)
Browse files Browse the repository at this point in the history
Update release-publish.yml

Signed-off-by: Joel-David Wong <[email protected]>
  • Loading branch information
joeldavidw authored Oct 18, 2023
1 parent 49f4498 commit a622b69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
id: version
with:
script: |
const tag = ${{ github.event.release.tag_name }};
const tag = "${{ github.event.release.tag_name }}";
const semver = tag.replace('v', '');
if (semver.match(/^[0-9]+\.[0-9]+\.[0-9]+$/)) {
return semver
Expand Down

0 comments on commit a622b69

Please sign in to comment.