Skip to content

Commit 032888d

Browse files
committed
Release 16.0.0
1 parent 98982a2 commit 032888d

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/deployment-master.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,9 @@ jobs:
4848
env:
4949
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5050

51-
notify_discord:
52-
needs: deploy
53-
runs-on: ubuntu-latest
54-
steps:
5551
- name: Send Discord Notification
56-
id: discord
5752
uses: Ilshidur/action-discord@master
5853
env:
5954
DISCORD_WEBHOOK: ${{ secrets.DISCORD_RELEASE_BOT_WEBHOOK }}
6055
with:
61-
args: "New Release: {{ EVENT_PAYLOAD.repository.full_name }} v${{steps.package-version.outputs.current-version}} has been deployed. Here are the changes: https://github.com/{{EVENT_PAYLOAD.repository.full_name}}/releases/tag/${{steps.package-version.outputs.current-version}}"
56+
args: "<@&1128857090090340382> New Release: {{ EVENT_PAYLOAD.repository.full_name }} v${{ steps.package-version.outputs.current-version }} has been deployed. Here are the changes: https://github.com/{{ EVENT_PAYLOAD.repository.full_name }}/releases/tag/${{ steps.package-version.outputs.current-version }}"

0 commit comments

Comments
 (0)