Skip to content

Commit fa58e61

Browse files
committed
ci: updating release please
1 parent 9bd8fec commit fa58e61

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/release-please.yml

+5-3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
- master
55
env:
66
PACKAGE_NAME: LoopStructural
7+
permissions:
8+
contents: write
9+
pull-requests: write
710

811
name: release-please
912
jobs:
@@ -13,9 +16,8 @@ jobs:
1316
- uses: GoogleCloudPlatform/release-please-action@v4
1417
id: release
1518
with:
16-
release-type: python
17-
package-name: LoopStructural
18-
version-file: LoopStructural/version.py
19+
path: LoopStructural
20+
1921
outputs:
2022
release_created: ${{ steps.release.outputs.release_created }}
2123
package:

0 commit comments

Comments
 (0)