diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0335691c..483d88ef 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -38,9 +38,7 @@ jobs: run: | # Publish Go tag for the release git tag "v${RELEASE_VERSION}" - if [ "$PUSH_CHANGES" = "true" ]; then - git push origin "v${RELEASE_VERSION}" - fi + git push origin "v${RELEASE_VERSION}" - name: Create Github release uses: ncipollo/release-action@v1 with: