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

This commit is contained in:
web3-bot 2024-08-05 17:25:23 +00:00 committed by Steven Allen
parent b32ed641c0
commit ca1b3dabb7

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

@ -0,0 +1,18 @@
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: ipdxco/unified-github-workflows/.github/workflows/tagpush.yml@v1.0