diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index cfaeea747..c0b6f866d 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -254,7 +254,7 @@ jobs: name: renterd path: release/ dispatch: - if: startsWith(github.ref, 'refs/tags/v') && !contains(github.ref, 'rc') + if: startsWith(github.ref, 'refs/tags/v') && !contains(github.ref, '-') needs: [docker, build-linux, build-mac, build-windows] strategy: matrix: