mirror of
https://github.com/googleapis/release-please-action.git
synced 2026-03-27 22:52:29 +00:00
build: configure to use release-please for releases (#1)
This commit is contained in:
13
.github/workflows/release.yaml
vendored
Normal file
13
.github/workflows/release.yaml
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
name: coverage
|
||||
jobs:
|
||||
coveralls:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: bcoe/release-please-action@master
|
||||
with:
|
||||
token: ${{ secrets.CODECOV_TOKEN }}
|
||||
release-type: node
|
||||
Reference in New Issue
Block a user