Skip to content

Bump org.jetbrains.kotlin.multiplatform from 1.9.23 to 1.9.24 (#66) #184

Bump org.jetbrains.kotlin.multiplatform from 1.9.23 to 1.9.24 (#66)

Bump org.jetbrains.kotlin.multiplatform from 1.9.23 to 1.9.24 (#66) #184

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Set up JDK 17
uses: actions/setup-java@v1
with:
java-version: 11
server-id: github # Value of the distributionManagement/repository/id field of the pom.xml
settings-path: ${{ github.workspace }} # location for the settings.xml file
- run: ./gradlew -v
- uses: fwilhe2/gradle-build-action@master
- run: ./gradlew publishToMavenLocal
- run: find build/js/packages
# - run: cp -r build/js/packages/inzell-js-legacy public
# - name: Deploy to GitHub Pages
# uses: crazy-max/ghaction-github-pages@v2
# with:
# target_branch: gh-pages
# build_dir: public
# keep_history: true
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}