diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index b1dfdf9..0398370 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -63,7 +63,7 @@ jobs: with: name: ${{ matrix.platform.name }} path: "server*" - if: github.ref == 'refs/tags/test-release' + if: startsWith( github.ref, 'refs/tags/v' ) - name: Publish GitHub release uses: softprops/action-gh-release@v1 with: