mirror of
https://github.com/logos-messaging/go-libp2p-pubsub.git
synced 2026-01-04 05:43:06 +00:00
chore: add or force update .github/workflows/releaser.yml
This commit is contained in:
parent
db70c1d678
commit
7c54be0278
21
.github/workflows/releaser.yml
vendored
Normal file
21
.github/workflows/releaser.yml
vendored
Normal file
@ -0,0 +1,21 @@
|
||||
name: Releaser
|
||||
|
||||
on:
|
||||
push:
|
||||
paths: ["version.json"]
|
||||
workflow_dispatch:
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.sha }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
releaser:
|
||||
uses: ipdxco/unified-github-workflows/.github/workflows/releaser.yml@v1.0
|
||||
with:
|
||||
sources: '["version.json"]'
|
||||
secrets:
|
||||
UCI_GITHUB_TOKEN: ${{ secrets.UCI_GITHUB_TOKEN }}
|
||||
Loading…
x
Reference in New Issue
Block a user