1
0
mirror of https://github.com/joaquinjsb/gitea-release-please-action synced 2026-05-10 01:41:14 +02:00
Files
gitea-release-please-action/.github/workflows/release-please.yaml
2020-06-17 08:28:39 -07:00

18 lines
515 B
YAML

on:
push:
branches:
- main
name: release-please
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- run: git config user.name yoshi-automation
- run: git config user.email yoshi-automation@google.com
- run: git commit --author "yoshi-automation <yoshi-automation@google.com>"
- uses: GoogleCloudPlatform/release-please-action@v1.3.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
release-type: node
package-name: release-please-action