Skip to content

Commit

Permalink
Merge pull request #31 from octokit/beta - v3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m committed Feb 6, 2020
2 parents f62b1ee + 6e79bf6 commit cecf68c
Show file tree
Hide file tree
Showing 19 changed files with 22,281 additions and 41,783 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
${{ runner.os }}-node-
- run: npm ci
- run: npm run build
- run: npx semantic-release
- run: npx semantic-release --debug
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node_version: ['8', '10', '12']
node_version: ["10", "12"]

steps:
- uses: actions/checkout@master
Expand Down

0 comments on commit cecf68c

Please sign in to comment.