Skip to content

Commit 5d7b2a3

Browse files
authored
chore: fix release-please workflow to work with enterprise perms (#118)
1 parent 317b993 commit 5d7b2a3

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,9 @@ jobs:
1515
steps:
1616
- name: Run release-please
1717
id: release
18-
uses: google-github-actions/release-please-action@v3
18+
uses: googleapis/release-please-action@v4
1919
with:
20-
token: ${{ secrets.GITHUB_TOKEN }}
21-
command: manifest
20+
token: ${{ secrets.NOIR_RELEASES_TOKEN }}
2221

2322
publish:
2423
name: Publish plugin to Microsoft marketplace

0 commit comments

Comments
 (0)