Skip to content

Commit

Permalink
chore: Update release.yaml workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
AEnguerrand committed Aug 27, 2024
1 parent b289d6d commit 22d34a8
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,11 @@ jobs:
path: ${{ matrix.component }}
include-v-in-tag: false
- run: |
for output in $(echo "${{ steps.release.outputs }}" | jq -r 'keys[]'); do
echo "Output $output: ${{ steps.release.outputs[$output] }}"
done
echo "${{ steps.release.outputs.major }}"
echo "${{ steps.release.outputs.minor }}"
echo "${{ steps.release.outputs.patch }}"
echo "${{ steps.release.outputs.releases_created }}"
echo "${{ steps.release.outputs.tag_name }}"
- name: "[Release] Checkout code"
if: ${{ steps.release.outputs.releases_created }}
uses: actions/checkout@v4
Expand Down

0 comments on commit 22d34a8

Please sign in to comment.