8000 v0.1.9 update dependencies · anchordotdev/cli@dd9a0b1 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

v0.1.9

v0.1.9 #55

Workflow file for this run

name: Release Notify
on:
release:
types: [published]
jobs:
discord:
runs-on: ubuntu-latest
steps:
- uses: sarisia/actions-status-discord@v1
with:
webhook: ${{ secrets.DISCORD_WEBHOOK }}
0