Skip to content

Commit 8efbcd5

Browse files
author
Vincent Pizzo
committed
Try version type patch for auto release
1 parent 98c6dd3 commit 8efbcd5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/auto-tag.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,8 @@ jobs:
1313
uses: craig-day/compute-tag@v10
1414
with:
1515
github_token: ${{ github.token }}
16-
version_scheme: continuous
17-
version_type: major
18-
16+
version_type: patch
17+
1918
- name: create release
2019
uses: actions/create-release@v1
2120
with:

0 commit comments

Comments
 (0)