chore: add or force update .github/workflows/tagpush.yml

This commit is contained in:
web3-bot
2023-08-13 19:56:05 +00:00
committed by Rod Vagg
parent 6bf5ab9148
commit aea9f4a20c

View File

@@ -1,12 +1,18 @@
# File managed by web3-bot. DO NOT EDIT.
# See https://github.com/protocol/.github/ for details.
name: Tag Push Checker name: Tag Push Checker
on: on:
push: push:
tags: tags:
- v* - v*
permissions:
contents: read
issues: write
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs: jobs:
releaser: releaser:
uses: protocol/.github/.github/workflows/tagpush.yml@master uses: pl-strflt/uci/.github/workflows/tagpush.yml@v0.0