Skip to content

Commit

Permalink
fix: use new workflow in yaml (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
d2lam authored and tkyi committed Apr 10, 2018
1 parent 702a710 commit def5054
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions screwdriver.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
workflow:
- publish

shared:
image: node:6

Expand All @@ -9,6 +6,9 @@ jobs:
steps:
- install: npm install
- test: npm test
requires:
- ~pr
- ~commit

publish:
template: screwdriver-cd/semantic-release
Expand All @@ -17,3 +17,5 @@ jobs:
- NPM_TOKEN
# Pushing tags to Git
- GH_TOKEN
requires:
- main

0 comments on commit def5054

Please sign in to comment.