Skip to content

Commit

Permalink
use version in release name
Browse files Browse the repository at this point in the history
  • Loading branch information
wwiv committed Dec 22, 2023
1 parent 1b316f1 commit 4350421
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/wwiv-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ jobs:
id: create_release
uses: softprops/action-gh-release@v1
with:
name: ${{ env.WWIV_CI_LABEL }}
name: "${{ env.WWIV_CI_LABEL }}_${{ needs.wwiv-build-number.outputs.build_number }}"
draft: false
prerelease: false
generate_release_notes: false
prerelease: true
generate_release_notes: true
tag_name: "${{ env.WWIV_CI_LABEL }}_${{ needs.wwiv-build-number.outputs.build_number }}"

wwiv-release:
Expand Down Expand Up @@ -140,5 +140,5 @@ jobs:
- name: Release to Latest
uses: softprops/action-gh-release@v1
with:
tag_name: ${{ env.WWIV_CI_LABEL }}
tag_name: "${{ env.WWIV_CI_LABEL }}_${{ needs.wwiv-build-number.outputs.build_number }}"
files: ${{ github.workspace }}/${{ env.WWIV_RELEASE_ARCHIVE_FILE }}

0 comments on commit 4350421

Please sign in to comment.