Skip to content

Commit 1990c73

Browse files
ci: fix npm publish trigger (trigger on release tag dataprotector-v*) (#464)
1 parent 41fda95 commit 1990c73

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-npm-sdk-latest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ on:
77

88
jobs:
99
publish-npm:
10-
# check tag is "sdk-v*"
11-
if: contains(github.ref_name,'sdk-v')
10+
# check tag is "dataprotector-v*"
11+
if: startsWith(github.ref_name,'dataprotector-v')
1212
uses: iExecBlockchainComputing/github-actions-workflows/.github/workflows/[email protected]
1313
with:
1414
scope: '@iexec/dataprotector-sdk'

0 commit comments

Comments
 (0)