1
Fork 0
mirror of https://github.com/xivdev/EXDSchema.git synced 2025-06-05 23:57:46 +00:00

Update prerelease tag name

This commit is contained in:
Asriel Camora 2025-04-25 00:12:36 -07:00
parent afa8ebddf7
commit cafaed4e30

View file

@ -27,7 +27,7 @@ jobs:
id: tag-meta id: tag-meta
run: | run: |
if [ "$GITHUB_EVENT_NAME" = "workflow_dispatch" ]; then if [ "$GITHUB_EVENT_NAME" = "workflow_dispatch" ]; then
echo "tag_name=$(date +'%Y.%m')-${{github.run_number}}" >> "$GITHUB_OUTPUT" echo "tag_name=$(date +'%Y.%m')-pre${{github.run_number}}" >> "$GITHUB_OUTPUT"
echo "tag_prerelease=true" >> "$GITHUB_OUTPUT" echo "tag_prerelease=true" >> "$GITHUB_OUTPUT"
echo "apply_breaking=false" >> "$GITHUB_OUTPUT" echo "apply_breaking=false" >> "$GITHUB_OUTPUT"
else else