Skip to content

Commit

Permalink
fix: permissions on autorelease (#671)
Browse files Browse the repository at this point in the history
  • Loading branch information
barnabasbusa authored Jun 13, 2024
1 parent fa53672 commit fcaa2c2
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
on:
push:
branches: [main]
branches:
- main

permissions:
contents: write
pull-requests: write

name: release-please

jobs:
release-please:
name: "Release please"
runs-on: ubuntu-latest
steps:
- uses: googleapis/release-please-action@v4
with:
release-type: simple
include-v-in-tag: false

0 comments on commit fcaa2c2

Please sign in to comment.