Skip to content

Commit

Permalink
Test squash and merge (#4)
Browse files Browse the repository at this point in the history
* bump to 1.0.1

* add prepublish step
  • Loading branch information
arpanlaha authored Aug 21, 2019
1 parent 0b646dd commit 302b113
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,18 @@ jobs:
npm install
npm test
prepublish:
needs: [format, lint, typecheck, test]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 10
- env:
NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
uses: actions/[email protected]
with:
args: publish --dry-run --access public


2 changes: 1 addition & 1 deletion 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
@@ -1,6 +1,6 @@
{
"name": "@h4iuiuc/eslint-plugin",
"version": "1.0.0",
"version": "1.0.1",
"description": "An ESLint plugin intended for use with Hack4Impact UIUC projects.",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit 302b113

Please sign in to comment.