Skip to content

Commit

Permalink
hotfix/maven_build: Fix release name 3
Browse files Browse the repository at this point in the history
  • Loading branch information
benchdoos committed Oct 15, 2023
1 parent d054f47 commit 8c26d23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:

- name: Create Draft Release
run: |
gh release create $RELEASE_TAG target/WeblocOpener.deb target/WeblocOpenerSetup.exe --title "Build release: $RELEASE_TAG" --notes "Build: $RELEASE_TAG" --draft
gh release create $RELEASE_TAG target/WeblocOpener.deb target/WeblocOpenerSetup.exe --title "Build release: $RELEASE_NAME" --notes "Build: $RELEASE_TAG" --draft
env:
GITHUB_TOKEN: ${{ secrets.WEBLOCOPENER_RELEASES }}

Expand Down

0 comments on commit 8c26d23

Please sign in to comment.