chore: add or force update .github/workflows/tagpush.yml
This commit is contained in:
14
.github/workflows/tagpush.yml
vendored
14
.github/workflows/tagpush.yml
vendored
@@ -1,12 +1,18 @@
|
||||
# File managed by web3-bot. DO NOT EDIT.
|
||||
# See https://github.com/protocol/.github/ for details.
|
||||
|
||||
name: Tag Push Checker
|
||||
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- v*
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
issues: write
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
releaser:
|
||||
uses: protocol/.github/.github/workflows/tagpush.yml@master
|
||||
uses: pl-strflt/uci/.github/workflows/tagpush.yml@v0.0
|
||||
|
||||
Reference in New Issue
Block a user