Skip to content

Commit

Permalink
chore: fix for npm publish
Browse files Browse the repository at this point in the history
  • Loading branch information
danielgolub committed May 18, 2023
1 parent 4967b43 commit a97afa1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish-github-packages.yml
Expand Up @@ -5,7 +5,7 @@ name: Node.js Package

on:
release:
types: [created, edited]
types: [created]

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "openapi-middleware",
"version": "0.1.2",
"version": "0.1.1",
"description": "Swagger middleware for common api frameworks (pre-release version!)",
"main": "index.js",
"type": "module",
Expand Down

0 comments on commit a97afa1

Please sign in to comment.