Skip to content

Commit

Permalink
ci: Adjust release please action
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Lepski <[email protected]>
  • Loading branch information
clepski committed Feb 17, 2025
1 parent 7a944f9 commit ebd5dcc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:

permissions:
contents: write
packages: write
pull-requests: write

name: release-please
Expand All @@ -19,8 +20,7 @@ jobs:
- uses: google-github-actions/release-please-action@v4
id: release
with:
release-type: maven
package-name: compas-scl-auto-alignment
target-branch: main
- name: Checkout
if: ${{ steps.release.outputs.release_created }}
uses: actions/checkout@v4
Expand Down

0 comments on commit ebd5dcc

Please sign in to comment.