Skip to content

Commit 9eb97cc

Browse files
authored
fix(cd): pass release upload url to binary build job (#108)
1 parent 5c18ae0 commit 9eb97cc

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/release.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
runs-on: ubuntu-22.04
1616
outputs:
1717
release_created: ${{ steps.release.outputs.release_created }}
18+
upload_url: ${{ steps.release.outputs.upload_url }}
1819
steps:
1920
- name: Release Please
2021
uses: google-github-actions/release-please-action@v3.6.1
@@ -70,7 +71,7 @@ jobs:
7071
env:
7172
GITHUB_TOKEN: ${{ github.token }}
7273
with:
73-
upload_url: ${{ github.event.release.upload_url }}
74+
upload_url: ${{ needs.release-please.outputs.upload_url }}
7475
asset_path: ./helm-templexer-${{ github.ref_name }}-${{ matrix.target }}.tar.gz
7576
asset_name: helm-templexer-${{ github.ref_name }}-${{ matrix.target }}.tar.gz
7677
asset_content_type: application/gzip

0 commit comments

Comments
 (0)