Skip to content

Commit

Permalink
skip echo
Browse files Browse the repository at this point in the history
  • Loading branch information
oliversun9 committed Nov 2, 2023
1 parent eaae136 commit 49f3f3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_post_releast.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
version: ${{ steps.output_version.outputs.version }}
steps:
- name: show
run: echo ${{ toJSON(github.event) }}
run: ${{ toJSON(github.event) }}
- name: Checkout repository code
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 49f3f3c

Please sign in to comment.