Skip to content

Commit

Permalink
Add gh params
Browse files Browse the repository at this point in the history
  • Loading branch information
lystopad committed Aug 1, 2024
1 parent 9540ab5 commit 925066d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/testing-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,6 @@ jobs:

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: Debug
run: |
echo The value of dry_run is ${{ inputs.dry_run}} and the value of the release_version is ${{ inputs.release_version }}

- name: Build binary for the platform ${{ matrix.arch }}
run: |
Expand Down Expand Up @@ -217,7 +213,7 @@ jobs:
env:
GH_TOKEN: ${{ github.token }}
GH_REPO: ${{ github.repository }}
run: gh release edit "${{ needs.release.outputs.tag }}" --draft=false
run: gh release edit "${{ inputs.release_version }}" --generate-notes --draft=false --title "Release ${{ inputs.release_version }}"

- name: Debug output
run: |
Expand Down

0 comments on commit 925066d

Please sign in to comment.