diff --git a/.github/workflows/build-contracts-and-push-to-r2.yaml b/.github/workflows/build-contracts-and-push-to-r2.yaml index f1ca99fdc..2aa163109 100644 --- a/.github/workflows/build-contracts-and-push-to-r2.yaml +++ b/.github/workflows/build-contracts-and-push-to-r2.yaml @@ -26,12 +26,13 @@ jobs: - name: Get tag id: get-tag run: | - if [[ $GITHUB_REF == refs/tags/* ]]; then - echo "tag:${GITHUB_REF#refs/tags/}" - echo "tag=${GITHUB_REF#refs/tags/}" >> $GITHUB_OUTPUT - else - echo "tag=" >> $GITHUB_OUTPUT - fi + echo "github_ref=$GITHUB_REF" +# if [[ $GITHUB_REF == refs/tags/* ]]; then +# echo "tag:${GITHUB_REF#refs/tags/}" +# echo "tag=${GITHUB_REF#refs/tags/}" >> $GITHUB_OUTPUT +# else +# echo "tag=" >> $GITHUB_OUTPUT +# fi # - name: Check for release information if present # id: check-release