Skip to content

Commit

Permalink
Merge pull request #17 from screwdriver-cd/d2lam-patch-1
Browse files Browse the repository at this point in the history
fix: use new workflow
  • Loading branch information
minzcmu authored Apr 12, 2018
2 parents de32f7b + bdfad5d commit 6b00c55
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 6b00c55

Please sign in to comment.