Skip to content

Commit

Permalink
chore: Fix release-please automation. (#43)
Browse files Browse the repository at this point in the history
* `args` -> `with` for proper YAML for checking out code to update prod
   branch.

Release-As: 0.0.2
  • Loading branch information
petejohanson authored Oct 2, 2024
1 parent 57b3274 commit 1156c47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
release-type: node
- uses: actions/checkout@v4
if: ${{ steps.release.outputs.release_created }}
args:
with:
ref: prod
- name: publish to prod branch
if: ${{ steps.release.outputs.release_created }}
Expand Down

0 comments on commit 1156c47

Please sign in to comment.