8000 v0.1.0 teams features for lcl · anchordotdev/cli@a4aecb2 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

v0.1.0

v0.1.0 #46

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