Skip to content

Commit

Permalink
fix: read latest tag manually
Browse files Browse the repository at this point in the history
  • Loading branch information
jolexxa committed Jul 6, 2024
1 parent 372cdd5 commit d9ec021
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,8 @@ jobs:

- name: 🔎 Read Current Project Version
id: current-version
uses: WyriHaximus/github-action-get-previous-tag@v1
with:
fallback: "0.0.0-devbuild"
run: |
echo "tag=$(git tag --sort=v:refname | tail -1)" >> "$GITHUB_OUTPUT"
- name: 🖨 Print Current Version
run: |
Expand Down

0 comments on commit d9ec021

Please sign in to comment.