Skip to content

Update dependency io.arrow-kt:arrow-core to v2.0.1 #174

Update dependency io.arrow-kt:arrow-core to v2.0.1

Update dependency io.arrow-kt:arrow-core to v2.0.1 #174

name: build-kotlin-tag-p
on:
push:
branches:
- main
paths-ignore:
- '**.md'
pull_request:
branches:
- main
paths-ignore:
- '**.md'
jobs:
build-plugin:
uses: JavierSegoviaCordoba/reusable-workflows/.github/workflows/build-kotlin.yaml@main
with:
allow-github-actor-bots: false
gradle-args-publish-snapshot: '-P semver.tagPrefix=p'
restore-kotlin-native-cache: false
run_before_args: './gradlew assemble publishToMavenLocalTest'
run-sonar-linux: false
secrets: inherit