From 1156c47fe3c761e2240128b77f5a72d8dfe17efe Mon Sep 17 00:00:00 2001 From: Pete Johanson Date: Wed, 2 Oct 2024 10:42:22 -0600 Subject: [PATCH] chore: Fix release-please automation. (#43) * `args` -> `with` for proper YAML for checking out code to update prod branch. Release-As: 0.0.2 --- .github/workflows/release-please.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 01a2483..3ebc61e 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -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 }}