Skip to content

Commit

Permalink
ci: update tmp branch name
Browse files Browse the repository at this point in the history
Signed-off-by: Logan McAnsh <logan@mcan.sh>
  • Loading branch information
mcansh committed Dec 7, 2022
1 parent 36b6613 commit e8c2e2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e8c2e2b

Please sign in to comment.