Skip to content

Merge pull request #73 from memes/dependabot/github_actions/actions/s… #44

Merge pull request #73 from memes/dependabot/github_actions/actions/s…

Merge pull request #73 from memes/dependabot/github_actions/actions/s… #44

# spell-checker: disable
---
name: release-please
# yamllint disable-line rule:truthy
on:
push:
branches:
- main
permissions:
contents: write
pull-requests: write
jobs:
release-please:
# TODO @memes - enable release-please action as needed
if: false
runs-on: ubuntu-latest
steps:
- name: Release Please
uses: GoogleCloudPlatform/[email protected]
with:
# TODO @memes - make sure release-type and package-name are correct.
release-type: go
package-name: repo-template
# TODO @memes - If this is a go project, or if other actions are to be
# triggered by the result of this action, set token to a secret with
# a GitHub PAT as content.
# token: ${{ secrets.RELEASE_PLEASE_TOKEN }}