Skip to content

Commit

Permalink
ci: add lost release-please v4 workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
voxpelli committed Sep 13, 2024
1 parent 81b5630 commit e7181b0
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Release Please

on:
push:
branches:
- main

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

jobs:
release-please:
uses: voxpelli/ghatemplates/.github/workflows/release-please-4.yml@main
secrets: inherit

0 comments on commit e7181b0

Please sign in to comment.