Skip to content

Commit

Permalink
chore(deps): remove unused package np (#372)
Browse files Browse the repository at this point in the history
* chore(deps): remove unused package np

* ci: add discord notification on release
  • Loading branch information
jansule authored Jun 19, 2024
1 parent 1809099 commit 3e9dcce
Show file tree
Hide file tree
Showing 3 changed files with 287 additions and 2,793 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/notify-discord.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Discord notification

on:
release:
types: [published]

jobs:
discord-notification:
runs-on: ubuntu-latest
steps:
- name: Discord notification 📯
env:
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}
uses: Ilshidur/action-discord@0.3.2
with:
args: '${{ github.event.repository.name }} [${{ github.event.release.tag_name }}](${{ github.event.release.html_url }}) has been released. 🚀'
Loading

0 comments on commit 3e9dcce

Please sign in to comment.