Skip to content

Commit

Permalink
fix(workflow): Add some more debug logging
Browse files Browse the repository at this point in the history
Signed-off-by: Ferenc Géczi <ferenc.geczi@ibm.com>
  • Loading branch information
Ferenc- committed Aug 11, 2023
1 parent 421f0f9 commit 93547f4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release-notification-on-slack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
fi
echo "New release published ${GITHUB_RELEASE_TAG}"
pip3 install PyGithub
echo $PWD
ls -lah
./bin/announce_release_on_slack.py
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 93547f4

Please sign in to comment.