Skip to content

Commit

Permalink
s
Browse files Browse the repository at this point in the history
  • Loading branch information
abose authored Feb 14, 2024
1 parent e50562e commit 448dadf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/cr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 448dadf

Please sign in to comment.