Skip to content

Commit

Permalink
0.1.7
Browse files Browse the repository at this point in the history
- rollback java 17
- temp comment kmmbridge build
  • Loading branch information
IdanAizikNissim committed Oct 26, 2024
1 parent 535be69 commit e0e3d61
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@ on:
- 'release-*'

jobs:
kmmbridge:
permissions:
contents: write
packages: write
uses: touchlab/KMMBridgeGithubWorkflow/.github/workflows/[email protected]
with:
jvmVersion: 17
versionBaseProperty: "LIBRARY_VERSION"
# kmmbridge:
# permissions:
# contents: write
# packages: write
# uses: touchlab/KMMBridgeGithubWorkflow/.github/workflows/[email protected]
# with:
# jvmVersion: 17
# versionBaseProperty: "LIBRARY_VERSION"

publish:
needs: kmmbridge
# needs: kmmbridge
permissions:
contents: write
packages: write
Expand All @@ -38,7 +38,7 @@ jobs:
- name: Setup Java
uses: actions/setup-java@v1
with:
java-version: 8
java-version: 17

- name: Generate config.json
run: |
Expand Down

0 comments on commit e0e3d61

Please sign in to comment.