We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent feb4e03 commit 223e4e1Copy full SHA for 223e4e1
.github/workflows/tagpush.yml
@@ -1,12 +1,18 @@
1
-# File managed by web3-bot. DO NOT EDIT.
2
-# See https://github.com/protocol/.github/ for details.
3
-
4
name: Tag Push Checker
+
5
on:
6
push:
7
tags:
8
- v*
9
+permissions:
+ contents: read
10
+ issues: write
11
12
+concurrency:
13
+ group: ${{ github.workflow }}-${{ github.ref }}
14
+ cancel-in-progress: true
15
16
jobs:
17
releaser:
- uses: protocol/.github/.github/workflows/tagpush.yml@master
18
+ uses: pl-strflt/uci/.github/workflows/tagpush.yml@v0.0
0 commit comments