diff --git a/.github/actions/kmmbridge-print-version/action.yml b/.github/actions/kmmbridge-print-version/action.yml deleted file mode 100644 index 1dc92c3..0000000 --- a/.github/actions/kmmbridge-print-version/action.yml +++ /dev/null @@ -1,14 +0,0 @@ -name: "Print KmmBridge version" - -runs: - using: "composite" - steps: - - uses: touchlab/read-property@0.1 - id: versionPropertyValue - with: - file: ./gradle.properties - property: LIBRARY_VERSION - - - name: Print versionPropertyValue - id: output - run: echo "${{ steps.versionPropertyValue.outputs.propVal }}" diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 0c0a1ba..f44e82c 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -33,9 +33,6 @@ jobs: needs: build runs-on: "macOS-14" steps: - - name: "Print KmmBridge version" - uses: ./.github/actions/kmmbridge-print-version - - name: "Publish" with: jvmVersion: 17