Skip to content

Commit

Permalink
fix: push to develop explicitly (bumping eslint to test third-party n…
Browse files Browse the repository at this point in the history
…otice generation)
  • Loading branch information
jbeveland27 committed Jun 11, 2020
1 parent 06975a3 commit 67212e2
Show file tree
Hide file tree
Showing 3 changed files with 186 additions and 41 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ jobs:
uses: ad-m/[email protected]
with:
github_token: ${{ secrets.OPENSOURCE_BOT_TOKEN }}
branch: develop

job-generate-release:
runs-on: ubuntu-latest
Expand Down
224 changes: 184 additions & 40 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@testing-library/react": "^10.0.4",
"babel-jest": "^26.0.1",
"babel-preset-gatsby": "^0.4.7",
"eslint": "^6.8.0",
"eslint": "^7.2.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^26.0.1",
"prettier": "^1.19.1",
Expand Down

0 comments on commit 67212e2

Please sign in to comment.