Skip to content

Commit

Permalink
chore: add or force update .github/workflows/tagpush.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
web3-bot committed Jul 1, 2024
1 parent 78f3c80 commit 4f5f867
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/tagpush.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 4f5f867

Please sign in to comment.