Skip to content
This repository has been archived by the owner on Oct 21, 2024. It is now read-only.

Merge pull request #2 from Gaisberg/release-please--branches--main #3

Merge pull request #2 from Gaisberg/release-please--branches--main

Merge pull request #2 from Gaisberg/release-please--branches--main #3

name: release-please
on:
push:
branches:
- main
workflow_dispatch:
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v4
id: release
with:
token: ${{ secrets.GITHUB_TOKEN }}