Skip to content

Commit

Permalink
ci: publish dev version as well
Browse files Browse the repository at this point in the history
  • Loading branch information
rabii-chaarani committed Jul 12, 2024
1 parent 8e885a1 commit c7ce503
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,18 @@ jobs:
release-please:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main'
if: github.ref == 'refs/heads/master'
steps:
- uses: GoogleCloudPlatform/release-please-action@v4
id: release
with:
release-type: python
package-name: LoopDataConverter
version-file: LoopDataConverter/version.py
outputs:
release_created: ${{ steps.release.outputs.release_created }}

if: github.ref == 'refs/heads/dev'
steps:
- uses: GoogleCloudPlatform/release-please-action@v4
id: release
Expand Down

0 comments on commit c7ce503

Please sign in to comment.