mirror of
https://github.com/joaquinjsb/gitea-release-please-action
synced 2026-05-07 13:11:18 +02: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