Skip to content

Commit

Permalink
fix: format file
Browse files Browse the repository at this point in the history
  • Loading branch information
davidemarcoli committed Jul 22, 2024
1 parent d4ba1c5 commit 166301f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: "Release Please"
name: 'Release Please'

on:
push:
branches:
- main
workflow_dispatch:

permissions:
contents: write
pull-requests: write
Expand All @@ -17,4 +17,4 @@ jobs:
- uses: googleapis/release-please-action@v4
with:
token: ${{ secrets.FRONTEND_RELEASE_PLEASE_TOKEN}}
release-type: simple
release-type: simple

0 comments on commit 166301f

Please sign in to comment.