Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Craig Mulligan authored and craigmulligan committed Jun 28, 2022
1 parent e725e3a commit 5e85282
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
node-version: 16
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm build
- run: npm run build
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"main": "./dist/index.cjs",
"module": "./dist/index.module.js",
"version": "1.0.0-0",
"version": "1.0.0-1",
"description": "Auto analytics for apollo apps",
"typings": "dist/index.d.ts",
"repository": "https://github.com/hobochild/apollo-link-segment",
Expand Down

0 comments on commit 5e85282

Please sign in to comment.