We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b10e39 commit 609c286Copy full SHA for 609c286
.github/workflows/bump-kotlin-nightlies.yml
@@ -12,7 +12,9 @@ jobs:
12
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 #v4.1.7
13
- name: Bump Kotlin version
14
run: ./scripts/bump-kotlin-nightlies.main.kts
15
- - name: Push changes to kotlin-nightlies branch
+ - name: Update API dump
16
+ run: ./gradlew apiDump
17
+ - name: Commit and push changes to kotlin-nightlies branch
18
run: |
19
git checkout -b kotlin-nightlies
20
git add .
0 commit comments