diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index bb50d562..7f220d07 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -7,6 +7,7 @@ on: push: tags: - "v*" + workflow_dispatch: # Releases need permissions to read and write the repository contents. # GitHub considers creating releases and uploading assets as writing contents. @@ -17,9 +18,6 @@ jobs: goreleaser: runs-on: ubuntu-latest steps: - - name: Check if tag belongs to main branch - if: endsWith(github.ref, 'main') == false - run: exit -1 - uses: actions/checkout@v4 with: # Allow goreleaser to access older tag information.