Skip to content

Commit 1156c47

Browse files
authored
chore: Fix release-please automation. (#43)
* `args` -> `with` for proper YAML for checking out code to update prod branch. Release-As: 0.0.2
1 parent 57b3274 commit 1156c47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
release-type: node
2222
- uses: actions/checkout@v4
2323
if: ${{ steps.release.outputs.release_created }}
24-
args:
24+
with:
2525
ref: prod
2626
- name: publish to prod branch
2727
if: ${{ steps.release.outputs.release_created }}

0 commit comments

Comments
 (0)