Skip to content

Commit

Permalink
♻️ Use an even simpler value as tag
Browse files Browse the repository at this point in the history
  • Loading branch information
elgohr committed Aug 25, 2024
1 parent d6f6d52 commit 729911f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
title: ${{ github.sha }}
tag: ${{ github.event.repository.updated_at }}
tag: ${{ github.run_id }}

release:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 729911f

Please sign in to comment.