We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4b139b commit aaa8ce2Copy full SHA for aaa8ce2
.github/workflows/prerelease.yml
@@ -26,7 +26,7 @@ jobs:
26
fetch-depth: 0
27
persist-credentials: false
28
- name: Run TinySemVer
29
- uses: ashvardanian/tinysemver@v2.0.1
+ uses: ashvardanian/tinysemver@v2
30
with:
31
verbose: "true"
32
version-file: "VERSION"
.github/workflows/release.yml
@@ -31,7 +31,7 @@ jobs:
toolchain: stable
override: true
33
34
35
36
37
0 commit comments