Skip to content

Commit

Permalink
Ensure published package is built (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
rbruggem authored Nov 12, 2021
1 parent 023b14a commit 2d0fc67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
node-version: 16
registry-url: https://registry.npmjs.org/
- run: yarn install
- run: yarn build
- run: npm publish --access public
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
@@ -1,6 +1,6 @@
{
"name": "openapi-vuepress-markdown",
"version": "0.0.6",
"version": "0.0.7",
"description": "This package generates vuepress compatible markdown from an openapi schema",
"main": "./dist/openapi-vuepress-markdown.js",
"repository": "https://github.com/lune-climate/openapi-vuepress-markdown.git",
Expand Down

0 comments on commit 2d0fc67

Please sign in to comment.