Skip to content
This repository was archived by the owner on Jun 20, 2023. It is now read-only.

Commit 977aee2

Browse files
committed
add .github/workflows/tagpush.yml
1 parent 66f1536 commit 977aee2

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/tagpush.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# File managed by web3-bot. DO NOT EDIT.
2+
# See https://github.com/protocol/.github/ for details.
3+
4+
name: Tag Push Checker
5+
on:
6+
push:
7+
tags:
8+
- v*
9+
10+
jobs:
11+
releaser:
12+
uses: protocol/.github/.github/workflows/tagpush.yml@master

0 commit comments

Comments
 (0)