Skip to content

Commit

Permalink
no-git-tag-version for prerelease
Browse files Browse the repository at this point in the history
  • Loading branch information
j-catania committed Dec 30, 2023
1 parent 4a75753 commit 7004ff3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
docker push juuu/emusk:${{ steps.version.outputs.VERSION }}
- name: Prepare RC
run: npm version prerelease --preid=rc
run: npm version prerelease --preid=rc --no-git-tag-version

- name: Publish RC
run: |
Expand Down

0 comments on commit 7004ff3

Please sign in to comment.