Skip to content

Commit 67eaee8

Browse files
committed
Update GitHub Actions workflow to use NPM publishing version 1.2.0
1 parent d6cbfc3 commit 67eaee8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ on:
66

77
jobs:
88
publish:
9-
uses: iExecBlockchainComputing/github-actions-workflows/.github/workflows/publish-npm.yml@publish-npm-v1.0.0
10-
with:
11-
scope: '@iexec'
9+
uses: iExecBlockchainComputing/github-actions-workflows/.github/workflows/publish-npm.yml@publish-npm-v1.2.0
1210
secrets:
1311
npm-token: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)