Skip to content

Commit 5c10fce

Browse files
committed
chore: add or force update .github/workflows/releaser.yml
1 parent 5c3c253 commit 5c10fce

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

.github/workflows/releaser.yml

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
1-
# File managed by web3-bot. DO NOT EDIT.
2-
# See https://github.com/protocol/.github/ for details.
3-
41
name: Releaser
2+
53
on:
64
push:
75
paths: [ 'version.json' ]
6+
workflow_dispatch:
7+
8+
permissions:
9+
contents: write
10+
11+
concurrency:
12+
group: ${{ github.workflow }}-${{ github.sha }}
13+
cancel-in-progress: true
814

915
jobs:
1016
releaser:
11-
uses: protocol/.github/.github/workflows/releaser.yml@master
17+
uses: pl-strflt/uci/.github/workflows/releaser.yml@v0.0

0 commit comments

Comments
 (0)