We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a2a3bf commit 8991eb8Copy full SHA for 8991eb8
.github/workflows/swift.yml
@@ -22,8 +22,8 @@ jobs:
22
env:
23
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
24
with:
25
- # Tag should look like this [TODAY] ([BUILD_NUMBER])
26
- tag_name: ${{ github.event.head_commit.timestamp }} (${{ steps.build_number.outputs.build_number }})
+ # Tag should look like this [YYYY.MM.DD] ([BUILD_NUMBER])
+ tag_name: ${{ github.event.head_commit.timestamp }}_${{ steps.build_number.outputs.build_number }}
27
release_name: ${{ github.event.head_commit.timestamp }} (${{ steps.build_number.outputs.build_number }})
28
body: ""
29
draft: false
0 commit comments