Skip to content

Commit

Permalink
Update Repack-and-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
israpps authored Sep 9, 2021
1 parent 87c250a commit 8f8e261
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Repack-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ jobs:
- name: Discord Webhook, Latest release
if: |
github.event_name == 'push' &&
!endsWith(${steps.tag.outputs.version_tag},'-rel')
!endsWith(${{steps.tag.outputs.version_tag}},'-rel')
uses: tsickert/[email protected]
with:
webhook-url: ${{ secrets.TESTERS_WEBHOOK }}
Expand All @@ -185,7 +185,7 @@ jobs:
- name: Discord Webhook, Stable Release
if: |
github.event_name == 'push' &&
endsWith(${steps.tag.outputs.version_tag},'-rel')
endsWith(${{steps.tag.outputs.version_tag}},'-rel')
uses: tsickert/[email protected]
with:
webhook-url: ${{ secrets.TESTERS_WEBHOOK }}
Expand Down

0 comments on commit 8f8e261

Please sign in to comment.