Skip to content

Commit 0d9a491

Browse files
committed
fix(release): fix cli upload url ingh actions workflow
1 parent f6a696a commit 0d9a491

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,11 @@ jobs:
2020
name: pyroscope-cli
2121
runs-on: ubuntu-latest
2222
if: "startsWith(github.ref, 'refs/tags/cli-')"
23+
outputs:
24+
upload_url: ${{ steps.auto-release.outputs.upload_url }}
2325
steps:
24-
- uses: "marvinpinto/[email protected]"
26+
- id: auto-release
27+
uses: "marvinpinto/[email protected]"
2528
with:
2629
repo_token: "${{ secrets.GITHUB_TOKEN }}"
2730
automatic_release_tag: "${{ github.ref_name }}"

0 commit comments

Comments
 (0)