Skip to content

Commit

Permalink
feat: Skip release after running release-please ci
Browse files Browse the repository at this point in the history
Change-Id: I93d3442e300fc1087e9efac1bff7936c851e33ec
  • Loading branch information
XayahSuSuSu committed Jul 24, 2024
1 parent b44959c commit 9a4d524
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ permissions:
contents: write
pull-requests: write

name: release-please
name: Release notes

jobs:
release-please:
Expand All @@ -15,4 +15,5 @@ jobs:
- uses: googleapis/release-please-action@v4
with:
token: ${{ secrets.MY_RELEASE_PLEASE_TOKEN }}
release-type: simple
release-type: simple
skip-github-release: true

0 comments on commit 9a4d524

Please sign in to comment.