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

Commit

Permalink
fix: Use @ffflorian/semantic-release-config
Browse files Browse the repository at this point in the history
  • Loading branch information
ffflorian committed Jun 22, 2019
1 parent ae740f3 commit 239621e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
8 changes: 1 addition & 7 deletions .github/main.workflow
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,9 @@ action "Check for master branch" {
args = "branch master"
}

action "Don't publish dependency updates" {
uses = "ffflorian/actions/last_commit@v1.0.0"
needs = "Check for master branch"
args = "^(?!chore\\(deps)"
}

action "Flatten project" {
uses = "ffflorian/actions/git-node@v1.0.0"
needs = "Don't publish dependency updates"
needs = "Check for master branch"
runs = "yarn"
args = "flatten"
}
Expand Down
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@
"main": "dist/index.js",
"name": "publish-flat",
"prettier": "@ffflorian/prettier-config",
"release": {
"extends": "@ffflorian/semantic-release-config"
},
"repository": "https://github.com/ffflorian/publish-flat.git",
"scripts": {
"build": "tsc",
Expand All @@ -76,5 +79,5 @@
"start": "ts-node src/cli.ts",
"test": "exit 0"
},
"version": "1.0.1"
"version": "1.1.2"
}

0 comments on commit 239621e

Please sign in to comment.