From 3b15d2cb2cd6aeec5e2fa51c1822e3691ad68d8f Mon Sep 17 00:00:00 2001 From: Paul Walker Date: Mon, 29 Jul 2024 18:01:00 -0400 Subject: [PATCH] One more try at releases, then move on --- .github/workflows/build-release.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index 29e7975..03990e5 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -63,7 +63,7 @@ jobs: name: build-${{ matrix.os }} publish-monique-nightly: - name: Publish Monique Nightly + name: Publish Conduits Nightly if: ${{ github.ref == 'refs/heads/main' && github.repository_owner == 'surge-synthesizer' }} runs-on: ubuntu-latest needs: [build_plugin] @@ -75,7 +75,6 @@ jobs: reuse_tag: true create_tag: false token: ${{ secrets.GITHUB_TOKEN }} - release_blurb_file: "resources/NightlyBlurb.md" - name: Post to Discord uses: surge-synthesizer/sst-githubactions/discord-release-notify@main @@ -86,7 +85,7 @@ jobs: publish-monique-release: - name: Publish Monique Release + name: Publish Conduit Release if: startsWith(github.ref, 'refs/tags/v') && github.repository_owner == 'surge-synthesizer' runs-on: ubuntu-latest needs: [build_plugin]