Skip to content

Commit 6f4151c

Browse files
author
Kristopher Turner
committed
ci: replace reusable workflow call with inline release-please
1 parent a85706d commit 6f4151c

1 file changed

Lines changed: 10 additions & 3 deletions

File tree

.github/workflows/release-please.yml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,14 @@ on:
55
branches:
66
- main
77

8+
permissions:
9+
contents: write
10+
pull-requests: write
11+
812
jobs:
9-
call-shared:
10-
uses: AzureLocal/.github/.github/workflows/reusable-release-please.yml@main
11-
secrets: inherit
13+
release-please:
14+
runs-on: ubuntu-latest
15+
steps:
16+
- uses: googleapis/release-please-action@v4
17+
with:
18+
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)