Skip to content

Commit

Permalink
fix release name to all in one.
Browse files Browse the repository at this point in the history
  • Loading branch information
Readon committed Oct 30, 2023
1 parent 9d41ff2 commit 220c6a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
- name: Set Release Tag
id: set_tag
if: startsWith(github.ref, 'refs/heads/')
run: branch_name=${{ github.ref }} echo "::set-output name=tag_name::${branch_name/refs\/heads\//}-$(date +'%Y%m%d%H%M%S')"
run: echo "::set-output name=tag_name::all-in-one-$(date +'%Y%m%d%H%M%S')"

- name: Upload Installers
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit 220c6a0

Please sign in to comment.