-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Inspect release-plz
releases
output
- Loading branch information
1 parent
8781241
commit 612a8a8
Showing
1 changed file
with
4 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 }} | ||
|
@@ -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: | ||
|