Skip to content

Commit 695492e

Browse files
authored
sync: update CI config files (#266)
* add version.json file * add .github/workflows/releaser.yml * add .github/workflows/release-check.yml * add .github/workflows/tagpush.yml Co-authored-by: web3-bot <[email protected]>
1 parent c5ffcbb commit 695492e

File tree

4 files changed

+39
-0
lines changed

4 files changed

+39
-0
lines changed

.github/workflows/release-check.yml

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# File managed by web3-bot. DO NOT EDIT.
2+
# See https://github.com/protocol/.github/ for details.
3+
4+
name: Release Checker
5+
on:
6+
pull_request:
7+
paths: [ 'version.json' ]
8+
branches: [ main ]
9+
10+
jobs:
11+
release-check:
12+
uses: protocol/.github/.github/workflows/release-check.yml@master

.github/workflows/releaser.yml

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
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' ]
8+
branches: [ main ]
9+
10+
jobs:
11+
releaser:
12+
uses: protocol/.github/.github/workflows/releaser.yml@master

.github/workflows/tagpush.yml

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# File managed by web3-bot. DO NOT EDIT.
2+
# See https://github.com/protocol/.github/ for details.
3+
4+
name: Tag Push Checker
5+
on:
6+
push:
7+
tags:
8+
- v*
9+
10+
jobs:
11+
releaser:
12+
uses: protocol/.github/.github/workflows/tagpush.yml@master

version.json

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"version": "v0.10.4"
3+
}

0 commit comments

Comments
 (0)