fix: release please update

fix: release please update
This commit is contained in:
Nate Kelley 2025-01-16 12:15:06 -08:00 committed by GitHub
commit 09091b1dc3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 14 additions and 14 deletions

View File

@ -1,24 +1,24 @@
name: Release
on:
push:
branches:
- main
permissions:
contents: write
pull-requests: write
name: release-please
jobs:
release:
release-please:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Run Release Please
uses: googleapis/release-please-action@v4
- uses: googleapis/release-please-action@v4
with:
release-type: simple
# this assumes that you have created a personal access token
# (PAT) and configured it as a GitHub action secret named
# `MY_RELEASE_PLEASE_TOKEN` (this secret name is not important).
token: ${{ secrets.MY_RELEASE_PLEASE_TOKEN }}
skip-github-release: true
path: .
version-file: version.txt
depth: 20
# this is a built-in strategy in release-please, see "Action Inputs"
# for more options
release-type: simple