Skip to content

Commit

Permalink
fix: beta build suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
jacovinus committed Dec 12, 2022
1 parent e43b56f commit ee7f5a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm_build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
tag-prefix: 'v'
skip-tag: true
if: github.ref == 'ref/head/beta'
tag-suffix: 'beta'
tag-suffix: '-beta'

env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit ee7f5a1

Please sign in to comment.