Skip to content

Commit

Permalink
add .github/workflows/releaser.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
web3-bot committed Oct 27, 2021
1 parent 9dc1703 commit 77b6e12
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/releaser.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# File managed by web3-bot. DO NOT EDIT.
# See https://github.com/protocol/.github/ for details.

name: Releaser
on:
push:
paths: [ 'version.json' ]
branches: [ master ]

jobs:
releaser:
uses: protocol/.github/.github/workflows/releaser.yml@master

0 comments on commit 77b6e12

Please sign in to comment.