Skip to content
This repository has been archived by the owner on Feb 27, 2021. It is now read-only.

Commit

Permalink
Merge pull request #168 from etclabscore/fix/docker-build-publish
Browse files Browse the repository at this point in the history
fix: docker build publish
  • Loading branch information
shanejonas authored Nov 12, 2019
2 parents 6aedfa6 + b03b128 commit e30b689
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,6 @@
],
"prepare": [
"@semantic-release/changelog",
[
"@semantic-release/exec",
{
"prepareCmd": "./prepare.sh"
}
]
],
"verifyConditions": [
"@semantic-release/changelog",
Expand All @@ -29,6 +23,12 @@
}
],
"publish": [
[
"@semantic-release/exec",
{
"prepareCmd": "./publish.sh"
}
],
"@semantic-release/github",
{
"path": "@qiwi/semantic-release-gh-pages-plugin",
Expand Down
File renamed without changes.

0 comments on commit e30b689

Please sign in to comment.