mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-01 18:33:33 +00:00
re-add beta suffix to tag version
This commit is contained in:
parent
bb73d66153
commit
c0264bd7b6
1 changed files with 1 additions and 1 deletions
2
.github/workflows/publish-beta.yml
vendored
2
.github/workflows/publish-beta.yml
vendored
|
|
@ -109,7 +109,7 @@ jobs:
|
||||||
|
|
||||||
# Set outputs for other jobs
|
# Set outputs for other jobs
|
||||||
echo "version=$versionWithBeta" >> $env:GITHUB_OUTPUT
|
echo "version=$versionWithBeta" >> $env:GITHUB_OUTPUT
|
||||||
echo "tagVersion=v$inputVersion" >> $env:GITHUB_OUTPUT
|
echo "tagVersion=v$inputVersion-beta" >> $env:GITHUB_OUTPUT
|
||||||
|
|
||||||
publish:
|
publish:
|
||||||
needs: prepare
|
needs: prepare
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue