Skip to content

Commit 917c102

Browse files
committed
fix: update pipeline
1 parent 995419f commit 917c102

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,8 @@ jobs:
5454
runs-on: ubuntu-latest
5555
needs:
5656
- tests
57-
permissions:
58-
contents: write
5957
steps:
6058
- name: Checkout
6159
uses: actions/checkout@v3
62-
- name: Release
63-
uses: softprops/action-gh-release@v1
60+
- name: Release with release-please
61+
uses: google-github-actions/release-please-action@v4

0 commit comments

Comments
 (0)