We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d16d6f commit 8d3b26dCopy full SHA for 8d3b26d
.github/workflows/releaser.yml
@@ -1,11 +1,17 @@
1
-# File managed by web3-bot. DO NOT EDIT.
2
-# See https://github.com/protocol/.github/ for details.
3
-
4
name: Releaser
+
5
on:
6
push:
7
paths: [ 'version.json' ]
+ workflow_dispatch:
8
+permissions:
9
+ contents: write
10
11
+concurrency:
12
+ group: ${{ github.workflow }}-${{ github.sha }}
13
+ cancel-in-progress: true
14
15
jobs:
16
releaser:
- uses: protocol/.github/.github/workflows/releaser.yml@master
17
+ uses: pl-strflt/uci/.github/workflows/releaser.yml@v0.0
0 commit comments