Skip to content

Commit 8753628

Browse files
ci: fix publish step (#111)
1 parent 9d01e3d commit 8753628

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

screwdriver.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,12 @@ jobs:
2323
publish:
2424
requires: main
2525
steps:
26+
- yarn-cache: yarn config set cache-folder ~/.yarn
27+
- install: yarn install --frozen-lockfile
2628
- setup-ci: git clone https://github.com/screwdriver-cd/toolbox.git /tmp/ci
2729
- publish: |
2830
. /tmp/ci/git-ssh.sh
29-
npx semantic-release
31+
yarn semantic-release
3032
secrets:
3133
- NPM_TOKEN
3234
- GH_TOKEN

0 commit comments

Comments
 (0)