Skip to content

Commit

Permalink
remove 'with' clause in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
UMR1352 committed Nov 28, 2024
1 parent e95d0be commit b6a58df
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit b6a58df

Please sign in to comment.