Skip to content

Commit 1e21a53

Browse files
authored
fix(release): 4.x.x should not enforce Node 10 (#126)
1 parent 8dc7580 commit 1e21a53

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/release-please.yml

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
on:
2+
push:
3+
branches:
4+
- 4.x.x
5+
name: release-please
6+
jobs:
7+
release-please:
8+
runs-on: ubuntu-latest
9+
steps:
10+
- uses: google-github-actions/release-please-action@v2
11+
id: release
12+
with:
13+
token: ${{ secrets.GITHUB_TOKEN }}
14+
command: manifest
15+
default-branch: 4.x.x

0 commit comments

Comments
 (0)