Skip to content

Commit

Permalink
fix: adding debug value for actions
Browse files Browse the repository at this point in the history
  • Loading branch information
brayn003 committed Mar 25, 2024
1 parent 4cf3711 commit 9b11e4e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,23 @@ jobs:
release-please:
runs-on: ubuntu-latest
outputs:
paths_released: ${{ steps.release.outputs.paths_released }}
client: ${{ steps.release.outputs.client--release_created }}
server: ${{ steps.release.outputs.server--release_created }}
tick-workers: ${{ steps.release.outputs.tick-workers--release_created }}
steps:
- uses: google-github-actions/release-please-action@v4
id: release
- run: |
echo "Released"
echo "${{ steps.release.outputs.paths_released }}"
echo "${{ steps.release.outputs.client--release_created }}"
echo "${{ steps.release.outputs.server--release_created }}"
echo "${{ steps.release.outputs.tick-workers--release_created }}"
- run: |
echo "Manifest"
echo "${{ toJson(steps.release.outputs) }}"
push-server:
needs: release-please
Expand Down

0 comments on commit 9b11e4e

Please sign in to comment.