diff --git a/.github/workflows/release_post_releast.yaml b/.github/workflows/release_post_releast.yaml index adc1971363..ae91a38bc9 100644 --- a/.github/workflows/release_post_releast.yaml +++ b/.github/workflows/release_post_releast.yaml @@ -18,6 +18,8 @@ jobs: outputs: version: ${{ steps.output_version.outputs.version }} steps: + - name: show + run: echo ${{ github.event }} - name: Checkout repository code uses: actions/checkout@v4 with: