Skip to content

Commit

Permalink
Fix release (#747)
Browse files Browse the repository at this point in the history
The release was not triggered due to GitHub's recursive run protection. Now we releases using the Openfoodfacts-bot account
  • Loading branch information
M123-dev authored Jul 12, 2023
1 parent 67393d7 commit 94559a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
id: release
uses: GoogleCloudPlatform/release-please-action@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.OPENFOODFACTS_BOT_PAT }}
release-type: dart

# - name: Chekout code
Expand Down Expand Up @@ -42,4 +42,4 @@
# - name: Publish package
# if: ${{ steps.release.outputs.release_created }}
# run: dart pub publish --force
#
#

0 comments on commit 94559a3

Please sign in to comment.