Skip to content

Commit 495a80e

Browse files
committed
ci: Fix release please
1 parent 6d3c6d6 commit 495a80e

1 file changed

Lines changed: 13 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,21 @@
1+
name: Release
2+
13
on:
24
push:
35
branches:
46
- main
57

6-
name: CI
8+
permissions:
9+
contents: write
10+
pull-requests: write
711

812
jobs:
913
release:
10-
uses: mindkomm/workflows/.github/workflows/release.yml@main
14+
name: Release
15+
runs-on: ubuntu-latest
16+
steps:
17+
- uses: googleapis/release-please-action@v4
18+
with:
19+
target-branch: ${{ github.ref_name }}
20+
config-file: release-please-config.json
21+
manifest-file: .release-please-manifest.json

0 commit comments

Comments
 (0)