We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf511d2 commit ff2d28cCopy full SHA for ff2d28c
1 file changed
.github/workflows/publish_nightly_master.yml
@@ -45,7 +45,7 @@ jobs:
45
46
- name: Update Discord Channel Topic
47
if: ${{ github.event_name == 'push' }} # Only update channel topic when a PR is merged
48
- run: "dotnet run --no-build --project ./tools/AutoUpdateChannelDescription -- $(git describe --abbrev=0 --tags)"
+ run: "dotnet run --project ./tools/AutoUpdateChannelDescription -- $(git describe --abbrev=0 --tags)"
49
env:
50
DISCORD_TOKEN: ${{ secrets.DISCORD_TOKEN }}
51
DISCORD_GUILD_ID: ${{ secrets.DISCORD_GUILD_ID }}
0 commit comments