Skip to content

Commit 838de7a

Browse files
committed
Fix github release creation not getting the version
1 parent 733e750 commit 838de7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publication.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ jobs:
4040
env:
4141
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4242
with:
43-
tag_name: ${{ steps.get_version.outputs.tag }}
44-
release_name: ${{ steps.get_version.outputs.tag }}
43+
tag_name: ${{ steps.version.outputs.version }}
44+
release_name: ${{ steps.version.outputs.version }}
4545
body: ""
4646
draft: false
4747
prerelease: false

0 commit comments

Comments
 (0)