Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jackschedel authored May 8, 2023
1 parent f66231f commit 4300327
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.sha }}-${{ github.run_id }}
release_name: Automated release for commit ${{ github.sha }}.substring(0, 7)
release_name: Release ${{ github.sha }}-${{ github.run_id }}
draft: false
prerelease: false

Expand Down

0 comments on commit 4300327

Please sign in to comment.