Skip to content

Commit

Permalink
Merge pull request #80 from openfoodfacts/fix-release-please
Browse files Browse the repository at this point in the history
fix: Fix release please
  • Loading branch information
john-gom committed Sep 6, 2024
2 parents 001fdad + ba5c26e commit fdbeae6
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
name: Run release-please
on:
push:
branches:
- develop
on:
push:
branches:
- develop

jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: GoogleCloudPlatform/release-please-action@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
release-type: simple
steps:
- uses: GoogleCloudPlatform/release-please-action@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
release-type: simple

0 comments on commit fdbeae6

Please sign in to comment.