Skip to content

Commit

Permalink
build: Adopt to new Release-Please version
Browse files Browse the repository at this point in the history
  • Loading branch information
Göran Sander committed Apr 8, 2024
1 parent 84bb8f2 commit 0efc975
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ jobs:
artifactContentType: raw
# artifactContentType: application/zip
draft: true
tag: ${{ needs.release-please.outputs.release_version }}
tag: ${{ needs.release-please.outputs.release_tag_name }}
artifacts: ./butler-${{ needs.release-please.outputs.release_version }}-macos.zip
token: ${{ github.token }}

Expand Down Expand Up @@ -335,7 +335,7 @@ jobs:
artifactContentType: raw
# artifactContentType: application/zip
draft: true
tag: ${{ needs.release-please.outputs.release_version }}
tag: ${{ needs.release-please.outputs.release_tag_name }}
artifacts: ./butler-${{ needs.release-please.outputs.release_version }}-win.zip
token: ${{ github.token }}

Expand Down Expand Up @@ -422,7 +422,7 @@ jobs:
artifactContentType: raw
# artifactContentType: application/zip
draft: true
tag: ${{ needs.release-please.outputs.release_version }}
tag: ${{ needs.release-please.outputs.release_tag_name }}
artifacts: ./butler-${{ needs.release-please.outputs.release_version }}-linux.zip
token: ${{ github.token }}

Expand Down

0 comments on commit 0efc975

Please sign in to comment.