Skip to content

Commit

Permalink
fix: removing unecessary logging
Browse files Browse the repository at this point in the history
  • Loading branch information
brayn003 committed Mar 25, 2024
1 parent aa1f8d5 commit 60514c2
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,6 @@ jobs:
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 }}"

push-server:
needs: release-please
Expand Down

0 comments on commit 60514c2

Please sign in to comment.