Skip to content

Commit

Permalink
publish v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Oreoxmt committed Sep 22, 2022
1 parent 52c7821 commit b3ac82a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
push:
branches: [ "main" ]
# Publish semver tags as releases.
tags: [ 'v1.*' ]
tags: [ 'v*' ]
pull_request:
branches: [ "main" ]

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "openapi-scripts",
"version": "1.0.0",
"version": "2.0.0",
"description": "Scripts used in postprocess OpenAPI document",
"main": "src/main.js",
"devDependencies": {
Expand Down

0 comments on commit b3ac82a

Please sign in to comment.