Skip to content

Commit 8b607cc

Browse files
authored
Merge pull request #27 from uiur/master
Release 2022-01-18 08:18:59
2 parents f59efed + 3630ea8 commit 8b607cc

File tree

5 files changed

+7
-9
lines changed

5 files changed

+7
-9
lines changed

.github/workflows/release.js.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ jobs:
2020
- run: npm ci
2121
- run: npm run build --if-present
2222
- run: npm test
23-
- run: npm run release --ci
23+
- run: |
24+
npm config set //registry.npmjs.org/:_authToken $NPM_TOKEN
25+
npm run release --ci
2426
env:
2527
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
2628
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.npmignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
.github
2+
test

.travis.yml

Lines changed: 0 additions & 6 deletions
This file was deleted.

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "github-pr-release",
3-
"version": "1.3.2",
3+
"version": "1.3.3",
44
"description": "Create a release pull request by Github API",
55
"main": "index.js",
66
"bin": {

0 commit comments

Comments
 (0)