Skip to content

Commit 88d742d

Browse files
Trying the npm publish.
1 parent 36af4d2 commit 88d742d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/stage-5-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ jobs:
187187
- run: ls -la artifacts
188188
- run: ls -la artifacts/sdk-ts-${{ inputs.version }}
189189
- run: cp -r artifacts/sdk-ts-${{ inputs.version }}/* .
190-
- run: rm -f artifacts
190+
- run: rm -rf artifacts
191191
- run: ls -la
192192
- run: npm cache clear --force
193193
- run: npm i

0 commit comments

Comments
 (0)