Skip to content

Commit 223e4e1

Browse files
web3-botrvagg
authored andcommitted
chore: add or force update .github/workflows/tagpush.yml
1 parent feb4e03 commit 223e4e1

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

.github/workflows/tagpush.yml

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,18 @@
1-
# File managed by web3-bot. DO NOT EDIT.
2-
# See https://github.com/protocol/.github/ for details.
3-
41
name: Tag Push Checker
2+
53
on:
64
push:
75
tags:
86
- v*
97

8+
permissions:
9+
contents: read
10+
issues: write
11+
12+
concurrency:
13+
group: ${{ github.workflow }}-${{ github.ref }}
14+
cancel-in-progress: true
15+
1016
jobs:
1117
releaser:
12-
uses: protocol/.github/.github/workflows/tagpush.yml@master
18+
uses: pl-strflt/uci/.github/workflows/tagpush.yml@v0.0

0 commit comments

Comments
 (0)