Skip to content

Commit

Permalink
Update gen.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xplshn authored Oct 23, 2024
1 parent fcae9fa commit 2862ac1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
- name: Create Release
uses: marvinpinto/action-automatic-releases@latest
with:
title: "Weekly Release - Run ${{ github.run_id }}"
title: "Weekly Release - Run ${{ github.run_id }}-${{ github.sha }}"
automatic_release_tag: weekly-release-${{ github.run_id }}-${{ github.sha }}
prerelease: false
draft: false
Expand Down

0 comments on commit 2862ac1

Please sign in to comment.