Skip to content

Commit

Permalink
d
Browse files Browse the repository at this point in the history
  • Loading branch information
abose authored Feb 14, 2024
1 parent 79d2242 commit 05c141a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/cr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ jobs:
permissions:
contents: write
runs-on: ubuntu-latest
outputs:
release_id: ${{ steps.create-release.outputs.result }}

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -47,6 +45,7 @@ jobs:
})
console.log(data);
setOutput('upload_url', data.upload_url);
setOutput('release_id', data.id);
return data.id
build-linux-bins:
Expand Down

0 comments on commit 05c141a

Please sign in to comment.