add .github/workflows/releaser.yml

This commit is contained in:
web3-bot 2021-12-10 11:50:47 +00:00
parent 0ce1691392
commit 4ce5b67757

11
.github/workflows/releaser.yml vendored Normal file
View File

@ -0,0 +1,11 @@
# File managed by web3-bot. DO NOT EDIT.
# See https://github.com/protocol/.github/ for details.
name: Releaser
on:
push:
paths: [ 'version.json' ]
jobs:
releaser:
uses: protocol/.github/.github/workflows/releaser.yml@master