Skip to content

Commit

Permalink
chore: fix release workflow tag step
Browse files Browse the repository at this point in the history
  • Loading branch information
xodial committed Jan 10, 2025
1 parent 8826b11 commit be16809
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 @@ -30,9 +30,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 | grep -E '^[^v]' | tail -1)" >> "$GITHUB_OUTPUT"
- name: 🖨 Print Current Version
run: |
Expand Down

0 comments on commit be16809

Please # to comment.