Skip to content

Commit 0da9088

Browse files
Fix release pipeline
1 parent 1234694 commit 0da9088

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ jobs:
3333
- name: Discord notification
3434
env:
3535
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}
36-
uses: Ilshidur/action-discord@master
37-
with:
38-
args: '{{ EVENT_PAYLOAD.repository.full_name }} version {{ EVENT_PAYLOAD.release.name }} is out!'
36+
uses: Ilshidur/action-discord@master
37+
with:
38+
args: '{{ EVENT_PAYLOAD.repository.full_name }} version {{ EVENT_PAYLOAD.release.name }} is out!'

0 commit comments

Comments
 (0)