Skip to content

Commit

Permalink
Tell the right discord when we build
Browse files Browse the repository at this point in the history
  • Loading branch information
baconpaul committed Jul 28, 2024
1 parent 40c7161 commit 9898abc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build Release Installer
name: Build Release or Nightly Installer
on:
push:
branches:
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
- name: Post to Discord
uses: surge-synthesizer/sst-githubactions/discord-release-notify@main
with:
webhook: ${{ secrets.DISCORD_MONOPLUGS_WEBHOOK }}
webhook: ${{ secrets.DISCORD_SHORTCIRCUIT_WEBHOOK }}
tag: Nightly
title: "A New ShortCircuit Nightly is Available"
subtitle: "Still pre-alpha! Use care!"
Expand All @@ -103,7 +103,7 @@ jobs:
- name: Post to Discord
uses: surge-synthesizer/sst-githubactions/discord-release-notify@main
with:
webhook: ${{ secrets.DISCORD_MONOPLUGS_WEBHOOK }}
webhook: ${{ secrets.DISCORD_SHORTCIRCUIT_WEBHOOK }}
tag: ${{ github.ref_name }}
title: "A New ShortCircuit XT Release is Available"
subtitle: "Release ${{ github.ref_name }}"
Expand Down

0 comments on commit 9898abc

Please sign in to comment.