1
0
mirror of https://github.com/joaquinjsb/gitea-release-please-action synced 2026-05-08 05:41:18 +02:00
Files
gitea-release-please-action/.github/workflows/release-please.yaml
2020-07-23 13:54:35 -07:00

15 lines
323 B
YAML

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