Skip to content

Commit dd5cc92

Browse files
authored
Fix release yaml tag name for gh release create (#252)
1 parent 4a17816 commit dd5cc92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
id: draft-release
4242
run: |
4343
echo 'PR_URL<<EOF' >> $GITHUB_ENV
44-
gh release create ${{ env.VERSION }}\
44+
gh release create ${{ github.ref_name }} \
4545
--draft \
4646
--generate-notes \
4747
--title 'WebLogic Monitoring Exporter ${{ env.VERSION }}' \

0 commit comments

Comments
 (0)