Skip to content

Commit 6940e8e

Browse files
committed
chore: update release action
1 parent 944c465 commit 6940e8e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/release.yaml

+2-3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66

77
permissions:
88
contents: write
9+
pull-requests: write
910

1011
jobs:
1112
tests:
@@ -60,13 +61,11 @@ jobs:
6061
- tests
6162
runs-on: ubuntu-latest
6263
steps:
63-
- uses: google-github-actions/release-please-action@v3
64+
- uses: googleapis/release-please-action@v4
6465
id: release
6566
with:
6667
release-type: simple
6768
package-name: flutter-tools.nvim
68-
# extra-files: |
69-
# lua/flutter-tools/core/config.lua
7069
- uses: actions/checkout@v4
7170
- name: tag stable versions
7271
if: ${{ steps.release.outputs.release_created }}

0 commit comments

Comments
 (0)