Skip to content

Commit

Permalink
release-please-action was deprecated, now new one
Browse files Browse the repository at this point in the history
  • Loading branch information
fcaretti committed Jun 12, 2024
1 parent 394796b commit 119f63c
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,24 @@ on:
branches:
- main

permissions:
contents: write
pull-requests: write

name: release-please

jobs:
release-please:
runs-on: ubuntu-latest
steps:

- uses: GoogleCloudPlatform/release-please-action@v4
- uses: googleapis/release-please-action@v4
id: release
with:
release-type: simple
env:
GITHUB_TOKEN: ${{ secrets.PAT_TOKEN }}
# 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.PAT_TOKEN }}
# this is a built-in strategy in release-please, see "Action Inputs"
# for more options
release-type: simple

0 comments on commit 119f63c

Please sign in to comment.