Skip to content

Commit ad48d10

Browse files
committed
fix issue with publishing
1 parent fc942bb commit ad48d10

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/npmpublish.yml

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
registry-url: https://registry.npmjs.org/
3030
- run: npm install -g yarn
3131
- run: yarn install --pure-lockfile
32+
- run: yarn build
3233
- run: npm publish
3334
env:
3435
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nextjs-with-apollo",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"repository": "https://github.com/adikari/nextjs-with-apollo",
55
"author": "Subash Adhikari <[email protected]>",
66
"license": "MIT",

0 commit comments

Comments
 (0)