diff --git a/.github/workflows/publish-npm-sdk-latest.yml b/.github/workflows/publish-npm-sdk-latest.yml index 127f240f7..b1a237577 100644 --- a/.github/workflows/publish-npm-sdk-latest.yml +++ b/.github/workflows/publish-npm-sdk-latest.yml @@ -7,8 +7,8 @@ on: jobs: publish-npm: - # check tag is "sdk-v*" - if: contains(github.ref_name,'sdk-v') + # check tag is "dataprotector-v*" + if: startsWith(github.ref_name,'dataprotector-v') uses: iExecBlockchainComputing/github-actions-workflows/.github/workflows/publish-npm.yml@publish-npm-v1.5.0 with: scope: '@iexec/dataprotector-sdk'