diff --git a/.github/workflows/go-release.yml b/.github/workflows/go-release.yml index 5df713c..9031778 100644 --- a/.github/workflows/go-release.yml +++ b/.github/workflows/go-release.yml @@ -32,7 +32,7 @@ jobs: release: runs-on: ubuntu-latest needs: build - if: github.event_name == 'push' && github.ref == 'refs/tags/*' + # if: github.event_name == 'push' && github.ref == 'refs/tags/*' steps: - name: Create Release