Skip to content

Commit

Permalink
set the tag name, because it is required for a release
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanLobbenmeier committed Apr 10, 2024
1 parent 0dbbecc commit 09b9461
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
uses: softprops/action-gh-release@v2
with:
make_latest: true
name: ${{ inputs.version && inputs.version || format('SNAPSHOT-{0}', github.run_number) }}
tag_name: ${{ inputs.version && inputs.version || format('SNAPSHOT-{0}', github.run_number) }}
files: |
build/fatJar/*
build/checksums/*
Expand All @@ -71,7 +71,7 @@ jobs:
uses: softprops/action-gh-release@v2
with:
make_latest: true
name: ${{ inputs.version && inputs.version || format('SNAPSHOT-{0}', github.run_number) }}
tag_name: ${{ inputs.version && inputs.version || format('SNAPSHOT-{0}', github.run_number) }}
files: |
build/checksums/*
build/compose/binaries/main/*
Expand Down

0 comments on commit 09b9461

Please sign in to comment.