Skip to content

Commit ebd5dcc

Browse files
committed
ci: Adjust release please action
Signed-off-by: Christopher Lepski <c.lepski@sprinteins.com>
1 parent 7a944f9 commit ebd5dcc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-please.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88

99
permissions:
1010
contents: write
11+
packages: write
1112
pull-requests: write
1213

1314
name: release-please
@@ -19,8 +20,7 @@ jobs:
1920
- uses: google-github-actions/release-please-action@v4
2021
id: release
2122
with:
22-
release-type: maven
23-
package-name: compas-scl-auto-alignment
23+
target-branch: main
2424
- name: Checkout
2525
if: ${{ steps.release.outputs.release_created }}
2626
uses: actions/checkout@v4

0 commit comments

Comments
 (0)