Skip to content

Commit

Permalink
Add some debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
ll-nick committed Nov 12, 2024
1 parent d3c7642 commit 72e331d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/bump-version-and-create-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,11 @@ jobs:
mkdir -p /tmp/artifacts/
docker run --rm -v /tmp/artifacts:/tmp/artifacts util_caching_release cp -r /release /tmp/artifacts/
- name: Print debug outputs
run: |
ls -la /tmp/artifacts/release
cat version
- name: Create Release
uses: ncipollo/release-action@v1
with:
Expand Down

0 comments on commit 72e331d

Please sign in to comment.