Skip to content

Commit

Permalink
chore(deps): use geostyler-style v9.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiVolland committed Jun 25, 2024
1 parent d68f004 commit 0eeac2c
Show file tree
Hide file tree
Showing 3 changed files with 230 additions and 5,309 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/[email protected]
with:
args: '${{ github.event.repository.name }} [${{ github.event.release.tag_name }}](${{ github.event.release.html_url }}) has been released. 🚀'
Loading

0 comments on commit 0eeac2c

Please sign in to comment.