re-add beta suffix to tag version

This commit is contained in:
jeffvli 2025-10-25 18:53:58 -07:00
parent bb73d66153
commit c0264bd7b6

View file

@ -109,7 +109,7 @@ jobs:
# Set outputs for other jobs
echo "version=$versionWithBeta" >> $env:GITHUB_OUTPUT
echo "tagVersion=v$inputVersion" >> $env:GITHUB_OUTPUT
echo "tagVersion=v$inputVersion-beta" >> $env:GITHUB_OUTPUT
publish:
needs: prepare