Skip to content

Commit b3ac82a

Browse files
committed
publish v2.0.0
1 parent 52c7821 commit b3ac82a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
push:
1010
branches: [ "main" ]
1111
# Publish semver tags as releases.
12-
tags: [ 'v1.*' ]
12+
tags: [ 'v*' ]
1313
pull_request:
1414
branches: [ "main" ]
1515

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "openapi-scripts",
3-
"version": "1.0.0",
3+
"version": "2.0.0",
44
"description": "Scripts used in postprocess OpenAPI document",
55
"main": "src/main.js",
66
"devDependencies": {

0 commit comments

Comments
 (0)