Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
abose authored Feb 14, 2024
1 parent 00c878b commit dbf2310
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/cr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ jobs:
contents: write
runs-on: ubuntu-latest
outputs:
result: ${{ steps.create-release.outputs.result }}
release_id: ${{ steps.create-release.outputs.result.release_id }}
upload_url: ${{ steps.create-release.outputs.result.upload_url }}

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -54,8 +55,8 @@ jobs:
steps:
- name: Echo create-release outputs
run: |
echo "Release ID: ${{ needs.create-release.outputs.result }}"
echo "Upload URL: ${{ needs.create-release.outputs.result.upload_url }}"
echo "Release ID: ${{ needs.create-release.outputs }}"
echo "Upload URL: ${{ needs.create-release.outputs.upload_url }}"
- uses: actions/checkout@v4
- name: get Git Tag
shell: bash
Expand Down

0 comments on commit dbf2310

Please sign in to comment.