mirror of
https://github.com/joaquinjsb/gitea-release-please-action
synced 2026-05-12 02:41:38 +02:00
docs: starting to rough out some initial docs (#5)
This commit is contained in:
14
.github/workflows/release-please.yaml
vendored
Normal file
14
.github/workflows/release-please.yaml
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
name: coverage
|
||||
jobs:
|
||||
release-please:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: bcoe/release-please-action@v1.0.1
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
release-type: node
|
||||
package-name: release-please-action
|
||||
Reference in New Issue
Block a user