Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 3 additions & 5 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
@@ -1,28 +1,26 @@
name: Run Release Please

on:
workflow_dispatch:
push:
branches:
- main

permissions: write-all

jobs:
rockspec-info:
uses: ./.github/workflows/rockspec-info.yml

release-please:
runs-on: ubuntu-latest
permissions:
pull-requests: write # Needed to create the release PR
contents: write # Needed to generate the release


outputs:
release_created: ${{ steps.release.outputs.release_created }}
prs_created: ${{ steps.release.outputs.prs_created }}
pr_branch_name: ${{ steps.release.outputs.prs_created == 'true' && fromJSON(steps.release.outputs.pr).headBranchName || '' }}
steps:
- uses: google-github-actions/release-please-action@v4
- uses: cwaldren-ld/release-please-action@abc94317b0567221f719cd278b2a2a597a2069fe
id: release
with:
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down