diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml deleted file mode 100644 index 5165fd3..0000000 --- a/.github/workflows/release.yml +++ /dev/null @@ -1,15 +0,0 @@ -name: Release - -on: - push: - tags: - - '*' - -jobs: - release: - runs-on: ubuntu-latest - steps: - - name: GoReleaser Action - # You may pin to the exact commit or the version. - # uses: goreleaser/goreleaser-action@097bb3c0c5b5249fdc72ccdff0f874aebdc93839 - uses: goreleaser/goreleaser-action@v2.2.0