Skip to content

Commit

Permalink
Update nightly.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lhstrh authored Sep 25, 2023
1 parent 2bfcfa7 commit d29c2ae
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 @@ -41,7 +41,7 @@ jobs:
git status --porcelain | grep . && git commit -m 'Update lingua-franca submodule'
git switch latest || git checkout -b latest
git reset --hard HEAD@{1}
git push -f
git push -f --set-upstream origin latest
shell: bash
if: ${{ github.event.inputs.dry-run != 'true' }}
- name: Set the nightly version number
Expand Down

0 comments on commit d29c2ae

Please sign in to comment.