Skip to content

Commit ff2d28c

Browse files
authored
Hard to launch an app that wasn't built - Vamplay (#1431)
1 parent cf511d2 commit ff2d28c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish_nightly_master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545

4646
- name: Update Discord Channel Topic
4747
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)"
48+
run: "dotnet run --project ./tools/AutoUpdateChannelDescription -- $(git describe --abbrev=0 --tags)"
4949
env:
5050
DISCORD_TOKEN: ${{ secrets.DISCORD_TOKEN }}
5151
DISCORD_GUILD_ID: ${{ secrets.DISCORD_GUILD_ID }}

0 commit comments

Comments
 (0)