diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 22766bc84..06e82f245 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -137,8 +137,6 @@ jobs: - name: publish IotaIdentity package if: matrix.os != 'windows-latest' - with: - platform: ${{ matrix.os == 'ubuntu-24.04' && 'linux' || 'macos' }} # publish the package and set the IOTA_IDENTITY_PKG_ID env variable run: source ./identity_iota_core/scripts/publish_identity_package.sh