Skip to content

Commit 609c286

Browse files
authored
Kotlin Nightlies: Update apiDump (#6007)
1 parent 0b10e39 commit 609c286

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ jobs:
1212
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 #v4.1.7
1313
- name: Bump Kotlin version
1414
run: ./scripts/bump-kotlin-nightlies.main.kts
15-
- name: Push changes to kotlin-nightlies branch
15+
- name: Update API dump
16+
run: ./gradlew apiDump
17+
- name: Commit and push changes to kotlin-nightlies branch
1618
run: |
1719
git checkout -b kotlin-nightlies
1820
git add .

0 commit comments

Comments
 (0)