Skip to content

Commit

Permalink
ci: Add develop commit SHA to dev build release title
Browse files Browse the repository at this point in the history
  • Loading branch information
Griefed committed Jul 26, 2024
1 parent bdcabee commit f3717a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/devbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "continuous"
prerelease: true
title: "Development Build"
title: "Development Build ${{ github.sha }}"
files: |
./checksum.txt
./media/*.dmg
Expand Down

0 comments on commit f3717a3

Please sign in to comment.