Skip to content

Commit

Permalink
tweak the release name from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Kleidukos committed Sep 7, 2024
1 parent 4bb32e7 commit a662f36
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 @@ -246,7 +246,7 @@ jobs:
with:
draft: true
files: ./out/*
name: ${{ env.version }}
name: v${{ env.version }}
fail_on_unmatched_files: true
env:
version: ${{ needs.build-alpine.outputs.version }}

0 comments on commit a662f36

Please sign in to comment.