Skip to content

Commit 4da2ec7

Browse files
committed
add nightly tag
1 parent 6a94327 commit 4da2ec7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/nightly-builds.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,15 @@ jobs:
2929
with:
3030
command: test
3131

32+
- name: Get current date
33+
id: date
34+
run: echo "::set-output name=date::$(date +'%Y-%m-%d')"
35+
3236
- uses: meeDamian/[email protected]
3337
with:
3438
token: ${{ secrets.GITHUB_TOKEN }}
3539
name: Nightly Build
40+
tag: nightly-${{ steps.date.outputs.date }}
3641
body: >
3742
This is an automatically generated release
3843
files: >

0 commit comments

Comments
 (0)