Skip to content

Commit

Permalink
ci: update to use bot for releases
Browse files Browse the repository at this point in the history
  • Loading branch information
voxpelli committed Jan 6, 2025
1 parent 1e0928c commit 03bf111
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,20 @@
name: release-please
name: Release Please

on:
push:
branches:
- main
workflow_dispatch:

permissions:
contents: write
contents: read
id-token: write
packages: write
pull-requests: write

jobs:
release-please:
uses: voxpelli/ghatemplates/.github/workflows/release-please-4.yml@main
uses: voxpelli/ghatemplates/.github/workflows/release-please-bot.yml@main
secrets: inherit
with:
app-id: '1082006'
lockfile: true
publish-to-github: true

0 comments on commit 03bf111

Please sign in to comment.