1
0
mirror of https://github.com/joaquinjsb/gitea-release-please-action synced 2026-05-10 00:31:12 +02:00
Files
gitea-release-please-action/.github/workflows/release-please.yaml
2020-09-17 12:59:20 -07:00

16 lines
378 B
YAML

on:
push:
branches:
- main
name: release-please
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: GoogleCloudPlatform/release-please-action@31e1a25ccf4f8df92fdb4066e3650a6167e5fe25
with:
token: ${{ secrets.RELEASE_PR_TOKEN }}
release-type: node
fork: true
package-name: release-please-action