Skip to content

Commit

Permalink
fix(ci): split pr and release
Browse files Browse the repository at this point in the history
This should enable signed commits again.
  • Loading branch information
fiji-flo committed Sep 19, 2024
1 parent c5f211a commit 2d10174
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/release_please_pr.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
on:
push:
branches:
- main

permissions:
contents: write
pull-requests: write

name: release-please

jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: googleapis/release-please-action@v4
with:
skip-github-release: true
repo-url: mdn/rari
manifest-file: .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
steps:
- uses: googleapis/release-please-action@v4
with:
skip-github-release: true
repo-url: mdn/rari
manifest-file: .release-please-manifest.json
token: ${{ secrets.RELEASE_PLEASE_GITHUB_TOKEN }}

0 comments on commit 2d10174

Please sign in to comment.