Skip to content

Commit e9083a4

Browse files
committed
Release Name Changes
1 parent 5dc72c9 commit e9083a4

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,15 @@ jobs:
5252

5353
- name: Run build script
5454
run: ./build
55-
55+
56+
- name: Set release version
57+
run: echo "VERSION=$(date +"%Y.%m.%d.%H%M%S")" >> $GITHUB_ENV
58+
5659
- name: Create GitHub Release
5760
uses: softprops/action-gh-release@v1
5861
with:
5962
tag_name: latest-release
60-
name: "GraphScript Installer - $(date +'%Y-%m-%d')"
63+
name: "GraphScript Installer - ${{ env.VERSION }}"
6164
files: |
6265
GSInstallerMac.zip
6366
version

0 commit comments

Comments
 (0)