Skip to content

Commit

Permalink
build: remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickDinh committed Mar 25, 2024
1 parent c13e84f commit 4e0c8b6
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,6 @@ jobs:
production-release: ${{ github.ref_name == 'main' && inputs.production-release == 'true' }}
node-version: 20

- name: debug
run: |
echo "${{ steps.create-release-action.outputs.release-published }}"
echo "${{ steps.create-release-action.outputs.release-version }}"
echo "${{ steps.create-release-action.outputs.release-id }}"
outputs:
release-published: ${{ steps.create-release-action.outputs.release-published }}
release-version: ${{ steps.create-release-action.outputs.release-version }}
Expand Down

0 comments on commit 4e0c8b6

Please sign in to comment.