Skip to content

Commit

Permalink
Merge pull request #9 from rootiest/dev
Browse files Browse the repository at this point in the history
release to discord ver fix
  • Loading branch information
rootiest authored Jun 7, 2023
2 parents 6669325 + 9d0fa77 commit 7f65739
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release_discord.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
on:
release:
types: [published]
types: [published]
jobs:
github-releases-to-discord:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Github Releases To Discord
uses: sillyangel/releases-to-discord@v1.0.0
uses: sillyangel/releases-to-discord@v1
with:
webhook_url: ${{ secrets.WEBHOOK_URL }}
color: "2105893"
Expand Down

0 comments on commit 7f65739

Please sign in to comment.