Skip to content

Commit ad65afa

Browse files
committed
Fix push
1 parent 09aaba3 commit ad65afa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/bump-kotlin-shadow.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
run: ./scripts/bump-kotlin-in-libraries-toml.main.kts
1515
- name: Push changes to kotlin-nightlies branch
1616
run: |
17+
git checkout -b kotlin-nightlies
1718
git add .
1819
git commit -m "Bump Kotlin version"
1920
git push --force origin kotlin-nightlies

0 commit comments

Comments
 (0)