Skip to content

Commit 19fc522

Browse files
committed
chore: fix release tag
1 parent 8b4792f commit 19fc522

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/release.yaml

+2-3
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,8 @@ jobs:
4141

4242
- name: 🔎 Read Current Project Version
4343
id: current-version
44-
uses: WyriHaximus/github-action-get-previous-tag@v1
45-
with:
46-
fallback: "0.0.0-devbuild"
44+
run: |
45+
echo "tag=$(git tag --sort=v:refname | tail -1)" >> "$GITHUB_OUTPUT"
4746
4847
- name: 🖨 Print Current Version
4948
run: |

0 commit comments

Comments
 (0)