Skip to content

Commit

Permalink
fix(release): 4.x.x should not enforce Node 10 (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe committed Apr 7, 2021
1 parent 8dc7580 commit 1e21a53
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/release-please.yml
@@ -0,0 +1,15 @@
on:
push:
branches:
- 4.x.x
name: release-please
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v2
id: release
with:
token: ${{ secrets.GITHUB_TOKEN }}
command: manifest
default-branch: 4.x.x

0 comments on commit 1e21a53

Please sign in to comment.