chore: add or force update .github/workflows/releaser.yml
This commit is contained in:
14
.github/workflows/releaser.yml
vendored
14
.github/workflows/releaser.yml
vendored
@@ -1,11 +1,17 @@
|
|||||||
# File managed by web3-bot. DO NOT EDIT.
|
|
||||||
# See https://github.com/protocol/.github/ for details.
|
|
||||||
|
|
||||||
name: Releaser
|
name: Releaser
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
paths: [ 'version.json' ]
|
paths: [ 'version.json' ]
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
contents: write
|
||||||
|
|
||||||
|
concurrency:
|
||||||
|
group: ${{ github.workflow }}-${{ github.sha }}
|
||||||
|
cancel-in-progress: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
releaser:
|
releaser:
|
||||||
uses: protocol/.github/.github/workflows/releaser.yml@master
|
uses: pl-strflt/uci/.github/workflows/releaser.yml@v0.0
|
||||||
|
|||||||
Reference in New Issue
Block a user