Skip to content

Commit

Permalink
Make: Upgrade TinySemVer CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ashvardanian committed Aug 15, 2024
1 parent a0901a0 commit 2ccd471
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.1
uses: ashvardanian/tinysemver@v2.0.6
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.1
uses: ashvardanian/tinysemver@v2.0.6
with:
verbose: "true"
version-file: "VERSION"
Expand Down

0 comments on commit 2ccd471

Please sign in to comment.