Skip to content

Commit

Permalink
build: debug
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickDinh committed Mar 25, 2024
1 parent fc0e3e8 commit e9c1a79
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,13 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}
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 e9c1a79

Please sign in to comment.