Skip to content

Commit

Permalink
ci: updating release please
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlangrose committed Dec 17, 2024
1 parent 9bd8fec commit fa58e61
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
- master
env:
PACKAGE_NAME: LoopStructural
permissions:
contents: write
pull-requests: write

name: release-please
jobs:
Expand All @@ -13,9 +16,8 @@ jobs:
- uses: GoogleCloudPlatform/release-please-action@v4
id: release
with:
release-type: python
package-name: LoopStructural
version-file: LoopStructural/version.py
path: LoopStructural

outputs:
release_created: ${{ steps.release.outputs.release_created }}
package:
Expand Down

0 comments on commit fa58e61

Please sign in to comment.