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 Aug 23, 2024
1 parent 6906288 commit d9e76f2
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/[email protected]

0 comments on commit d9e76f2

Please sign in to comment.