diff --git a/.github/workflows/cr.yml b/.github/workflows/cr.yml index f5c213c..ab17c00 100644 --- a/.github/workflows/cr.yml +++ b/.github/workflows/cr.yml @@ -52,6 +52,10 @@ jobs: runs-on: ${{ matrix.platform }} steps: + - name: Echo create-release outputs + run: | + echo "Release ID: ${{ needs.create-release.outputs.release_id }}" + echo "Upload URL: ${{ needs.create-release.outputs.upload_url }}" - uses: actions/checkout@v4 - name: get Git Tag shell: bash