Skip to content

Commit 1f880f6

Browse files
committed
updated build process
1 parent 5041f86 commit 1f880f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Generate Release Tag
3434
id: tag
3535
run: |
36-
echo "::set-output name=release_tag::release_$(date +"%Y.%m.%d_%H-%M")"
36+
echo "::set-output name=release_tag::release.$(date +"%Y%m%d").${{ github.run_id }}"
3737
3838
- name: Make Release
3939
uses: softprops/action-gh-release@v1

0 commit comments

Comments
 (0)