Skip to content

Commit 8991eb8

Browse files
committed
💚 Fix tag name
1 parent 4a2a3bf commit 8991eb8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/swift.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
env:
2323
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2424
with:
25-
# Tag should look like this [TODAY] ([BUILD_NUMBER])
26-
tag_name: ${{ github.event.head_commit.timestamp }} (${{ steps.build_number.outputs.build_number }})
25+
# Tag should look like this [YYYY.MM.DD] ([BUILD_NUMBER])
26+
tag_name: ${{ github.event.head_commit.timestamp }}_${{ steps.build_number.outputs.build_number }}
2727
release_name: ${{ github.event.head_commit.timestamp }} (${{ steps.build_number.outputs.build_number }})
2828
body: ""
2929
draft: false

0 commit comments

Comments
 (0)