diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 99ec0c12990..78d440b9aa5 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -81,7 +81,7 @@ jobs: run: | git config --local user.email "hello@remix.run" git config --local user.name "Remix Run Bot" - git checkout -b nightly/${NEXT_VERSION} + git checkout -b nightly/${steps.version.outputs.NEXT_VERSION} yarn run version ${steps.version.outputs.NEXT_VERSION} --skip-prompt - name: 🏷 Push Tag