Skip to content

Release v7.0.0 (#1678) #45

Release v7.0.0 (#1678)

Release v7.0.0 (#1678) #45

Workflow file for this run

name: Notify release
env:
GITHUB_TOKEN: ${{ secrets.GH_TKN_DARWINIA }}
on:
push:
tags:
- "v*"
jobs:
notify-mainnet:
name: Notify mainnet
runs-on: ubuntu-latest
steps:
- name: Notify
run: |
TAG=$(echo ${{ github.ref }} | sed 's!.*/\(.*\)!\1!')
gh workflow run wasm.yml --repo darwinia-network/darwinia-release -f network=mainnet -f tag=${TAG}