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:
parent
afa8ebddf7
commit
cafaed4e30
1 changed files with 1 additions and 1 deletions
2
.github/workflows/create-release.yml
vendored
2
.github/workflows/create-release.yml
vendored
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue