Skip to content

Commit

Permalink
ci(release): Print 'should_publish' variable for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
igordertigor committed Aug 21, 2023
1 parent b9148f6 commit 98a6f92
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/attempt-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ jobs:
git config user.name "ci"
git config user.email "ci"
git tag
echo $${{ steps.set_output.outputs.should_publish }}
# The following steps should be more or less standard python package publishing
# Feel free to omit the github release.
Expand Down

0 comments on commit 98a6f92

Please sign in to comment.