Skip to content

Commit

Permalink
chore: Inspect release-plz releases output
Browse files Browse the repository at this point in the history
  • Loading branch information
scouten-adobe committed Dec 11, 2024
1 parent 8781241 commit 612a8a8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
uses: dtolnay/rust-toolchain@stable

- name: Run release-plz
id: release-plz
uses: MarcoIeni/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.RELEASE_PLZ_TOKEN }}
Expand All @@ -40,8 +41,11 @@ jobs:
xargs -I {} git push origin --delete {}
- name: Identify c2patool release tag
env:
RELEASES: ${{ steps.release-plz.outputs.releases }}
run: |
echo "TO DO: Identify c2patool release tag, if any"
echo $RELEASES
exit 1
# publish-c2patool-binaries:
Expand Down

0 comments on commit 612a8a8

Please sign in to comment.