Skip to content

Commit af31d7e

Browse files
authored
Update release-please.yml
1 parent 52125b5 commit af31d7e

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed
Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,24 @@
11
name: release-please
22
on:
33
workflow_dispatch:
4+
push:
5+
branches:
6+
- 6.x
7+
permissions:
8+
contents: write
9+
issues: write
10+
pull-requests: write
411

512
jobs:
613
release-please:
714
if: github.repository == 'volantis-x/hexo-theme-volantis'
815
runs-on: ubuntu-latest
916
steps:
10-
- uses: google-github-actions/release-please-action@v3
17+
- uses: googleapis/release-please-action@v4
1118
with:
1219
release-type: node
1320
package-name: hexo-theme-volantis
1421
include-v-in-tag: false
15-
default-branch: 6.x
22+
target-branch: 6.x
1623

1724

0 commit comments

Comments
 (0)