1
0
mirror of https://github.com/libp2p/go-openssl.git synced 2025-03-25 13:30:07 +08:00

add .github/workflows/tagpush.yml

This commit is contained in:
web3-bot 2021-12-10 11:50:47 +00:00
parent e7bb135bd6
commit 0e129fb7c4

12
.github/workflows/tagpush.yml vendored Normal file
View File

@ -0,0 +1,12 @@
# File managed by web3-bot. DO NOT EDIT.
# See https://github.com/protocol/.github/ for details.
name: Tag Push Checker
on:
push:
tags:
- v*
jobs:
releaser:
uses: protocol/.github/.github/workflows/tagpush.yml@master