Skip to content

Commit

Permalink
One more try at releases, then move on
Browse files Browse the repository at this point in the history
  • Loading branch information
baconpaul committed Jul 29, 2024
1 parent f50b314 commit 3b15d2c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand All @@ -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
Expand All @@ -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]
Expand Down

0 comments on commit 3b15d2c

Please sign in to comment.