From 78a305af6e469e737c274e62e4b9aa7c436df9a8 Mon Sep 17 00:00:00 2001 From: Oliver Sun Date: Thu, 2 Nov 2023 11:40:06 -0400 Subject: [PATCH] try printing --- .github/workflows/release_post_releast.yaml | 2 ++ 1 file changed, 2 insertions(+) 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: