Skip to content

Commit 090c5e8

Browse files
author
Manuel Galle
committed
remove wildcard from output
1 parent 886f1fc commit 090c5e8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/maven.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ jobs:
8181
env:
8282
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8383
with:
84-
tag_name: ${{steps.pom-version.outputs.*}}
85-
release_name: ${{steps.pom-version.outputs.*}}
84+
tag_name: ${{steps.pom-version.outputs.BUILD_VERSION}}
85+
release_name: ${{steps.pom-version.outputs.BUILD_VERSION}}
8686
draft: false
8787
prerelease: true
8888

0 commit comments

Comments
 (0)