8000 v0.1.7 inline org create and misc fixes · anchordotdev/cli@e75e108 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

v0.1.7

v0.1.7 #53

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