Skip to content

Commit

Permalink
fix workflow again
Browse files Browse the repository at this point in the history
  • Loading branch information
Mirko-von-Leipzig committed Jan 29, 2025
1 parent 9a75776 commit 8a83654
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Release packages
run-name: Release packaging for ${{ inputs.version || github.ref }}

env:
version: ${{ inputs.version || github.ref }}
version: ${{ inputs.version || github.ref_name }}

on:
release:
Expand Down

0 comments on commit 8a83654

Please sign in to comment.