Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
arzafran committed Aug 24, 2022
1 parent 9256930 commit 1dff9f6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,8 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "16.x"
registry-url: "https://registry.npmjs.org"
- run: yarn
- run: yarn publish
node-version: '16.x'
registry-url: 'https://registry.npmjs.org'
- run: npm run publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"type": "git",
"url": "git+https://github.com/studio-freight/bibliotheca.git"
},
"type": "module",
"main": "dist/index.js",
"scripts": {
"dev": "vite docs",
Expand Down

0 comments on commit 1dff9f6

Please sign in to comment.