Skip to content

Commit

Permalink
fixed the issue with the missing repo for discord
Browse files Browse the repository at this point in the history
  • Loading branch information
cjlapao committed Jan 23, 2025
1 parent 2f8a851 commit be1ebd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,13 +138,13 @@ jobs:
id: announce_discord_beta
if: ${{ vars.RELEASE_NAME == 'parallels-desktop-beta' }}
run: |
./.github/workflow_scripts/announce_discord.sh --webhook-url $DISCORD_WEBHOOK --version $VERSION --beta
./.github/workflow_scripts/announce_discord.sh --repo ${{ github.repository }} --webhook-url $DISCORD_WEBHOOK --version $VERSION --beta
env:
SLACK_WEBHOOKS: ${{ env.DISCORD_WEBHOOK }}
- name: Announce on discord stable
id: announce_discord
if: ${{ vars.RELEASE_NAME == 'parallels-desktop' }}
run: |
./.github/workflow_scripts/announce_discord.sh --webhook-url $DISCORD_WEBHOOK --version $VERSION
./.github/workflow_scripts/announce_discord.sh --repo ${{ github.repository }} --webhook-url $DISCORD_WEBHOOK --version $VERSION
env:
SLACK_WEBHOOKS: ${{ env.DISCORD_WEBHOOK }}

0 comments on commit be1ebd9

Please sign in to comment.