diff --git a/.github/workflows/go_build.yml b/.github/workflows/go_build.yml index 5bbcae8..818eb1b 100644 --- a/.github/workflows/go_build.yml +++ b/.github/workflows/go_build.yml @@ -73,6 +73,7 @@ jobs: if: success() run: | + set -x export GH_TOKEN="${{ env.GH_TOKEN }}" export REPOSITORY="${{ env.REPOSITORY }}" export TAG="${{ env.TAG }}"