Skip to content

Commit e7267e0

Browse files
committed
fix: try merge key in yaml
1 parent 879dfd1 commit e7267e0

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/release-plz.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@ jobs:
1313
permissions:
1414
contents: write
1515
steps:
16-
- &checkout
17-
name: Checkout repository
18-
uses: actions/checkout@v5
16+
- uses: actions/checkout@v5
1917
with:
2018
fetch-depth: 0
2119
persist-credentials: false
@@ -38,7 +36,10 @@ jobs:
3836
group: release-plz-${{ github.ref }}
3937
cancel-in-progress: false
4038
steps:
41-
- *checkout
39+
- uses: actions/checkout@v5
40+
with:
41+
fetch-depth: 0
42+
persist-credentials: false
4243
- name: Run release-plz
4344
uses: release-plz/action@v0.5
4445
with:

0 commit comments

Comments
 (0)