Skip to content

Commit

Permalink
Merge pull request #1067 from mountaindude/docker-build
Browse files Browse the repository at this point in the history
build: Adopt to new Release-Please version
  • Loading branch information
mountaindude authored Apr 8, 2024
2 parents 84bb8f2 + 0efc975 commit 1a46554
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 1a46554

Please sign in to comment.