Skip to content

Commit

Permalink
fix(CI): Fix release process
Browse files Browse the repository at this point in the history
  • Loading branch information
sebbo2002 committed Nov 15, 2020
1 parent ca9c2d5 commit 5249ce4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ jobs:
- name: semantic-release
run: |
mkdir -p ./gh-pages
git config pull.rebase false
NPM_TOKEN=$NODE_AUTH_TOKEN npx semantic-release
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down
3 changes: 1 addition & 2 deletions .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@
}],
["@qiwi/semantic-release-gh-pages-plugin", {
"msg": "docs: Updated for <%= nextRelease.gitTag %>",
"src": "./gh-pages",
"branch": "docs"
"src": "./gh-pages"
}]
]
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"check": "./check.sh",
"docs": "./build.sh",
"postinstall": "./check.sh",
"prepublish": "./build.sh"
"prepare": "./build.sh"
},
"preferGlobal": false,
"main": "./dist/lib/index.js",
Expand Down

0 comments on commit 5249ce4

Please sign in to comment.