Skip to content

Commit

Permalink
Make: Upgrade TinySemVer
Browse files Browse the repository at this point in the history
  • Loading branch information
ashvardanian committed Aug 18, 2024
1 parent e64e0e1 commit 2b866d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
fetch-depth: 0
persist-credentials: false
- name: Run TinySemVer
uses: ashvardanian/tinysemver@v2.0.6
uses: ashvardanian/tinysemver@v2.0.7
with:
verbose: "true"
version-file: "VERSION"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
fetch-depth: 0
persist-credentials: false
- name: Run TinySemVer
uses: ashvardanian/tinysemver@v2.0.6
uses: ashvardanian/tinysemver@v2.0.7
with:
verbose: "true"
version-file: "VERSION"
Expand Down

0 comments on commit 2b866d3

Please sign in to comment.