mirror of
https://github.com/libp2p/go-libp2p-core.git
synced 2024-12-26 23:30:27 +08:00
2711d5a459
* update .github/workflows/go-test.yml * update .github/workflows/go-check.yml * update .github/workflows/releaser.yml * update .github/workflows/release-check.yml Co-authored-by: web3-bot <web3-bot@users.noreply.github.com>
12 lines
239 B
YAML
12 lines
239 B
YAML
# File managed by web3-bot. DO NOT EDIT.
|
|
# See https://github.com/protocol/.github/ for details.
|
|
|
|
name: Releaser
|
|
on:
|
|
push:
|
|
paths: [ 'version.json' ]
|
|
|
|
jobs:
|
|
releaser:
|
|
uses: protocol/.github/.github/workflows/releaser.yml@master
|