Skip to content

Commit cecf68c

Browse files
authored
Merge pull request #31 from octokit/beta - v3 release
2 parents f62b1ee + 6e79bf6 commit cecf68c

File tree

19 files changed

+22281
-41783
lines changed

19 files changed

+22281
-41783
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
${{ runner.os }}-node-
2525
- run: npm ci
2626
- run: npm run build
27-
- run: npx semantic-release
27+
- run: npx semantic-release --debug
2828
env:
2929
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3030
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
node_version: ['8', '10', '12']
15+
node_version: ["10", "12"]
1616

1717
steps:
1818
- uses: actions/checkout@master

0 commit comments

Comments
 (0)