Skip to content

Commit

Permalink
chore(): more ci changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mhartington committed Sep 3, 2020
1 parent 2532320 commit 405a051
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ jobs:
- name: Build
run: npm run build
- name: Release
run: npx semantic-release --dry-run
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
GIT_AUTHOR_NAME: Ionitron
GIT_AUTHOR_EMAIL: [email protected]
GIT_COMMITTER_NAME: Ionitron
GIT_COMMITTER_EMAIL: [email protected]
run: npx semantic-release --dry-run
8 changes: 2 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
},
"release": {
"branches": "stable",
"pkgRoot": "dist",
"verifyConditions": [
"@semantic-release/changelog",
"@semantic-release/npm",
Expand All @@ -86,12 +87,7 @@
],
"publish": [
"@semantic-release/github",
[
"@semantic-release/npm",
{
"pkgRoot": "dist"
}
]
"@semantic-release/npm"
],
"success": [
"@semantic-release/github"
Expand Down

0 comments on commit 405a051

Please sign in to comment.