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 authored and rvagg committed Aug 14, 2023
1 parent a6829e4 commit dde8084
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .github/workflows/tagpush.yml
@@ -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

0 comments on commit dde8084

Please sign in to comment.