Skip to content

Commit

Permalink
fix(ci): remove print release step outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
phucvinh57 committed May 20, 2023
1 parent 7264e4f commit a1c7bb4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,6 @@ jobs:
release-type: node
pull-request-header: "Bot (:robot:) requested to create a new release on ${{ github.ref_name }}"

- name: Print step.release.outputs
run: |
echo '${{ toJson(steps.release.outputs) }}'
- name: Check for new release or create PR
id: checking-release
run: |
Expand Down

0 comments on commit a1c7bb4

Please sign in to comment.