Skip to content

Commit

Permalink
Fix Manual MacOS manual release
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor-IX committed Nov 21, 2024
1 parent 89fe87a commit 0ce11f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/manual_macos_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
LATEST_TAG=$(gh release list --limit 1 --json tagName --jq '.[0].tagName')
echo "LATEST_TAG=$LATEST_TAG" >> $GITHUB_ENV
- name: Setup + Build + Zip
run: |
Expand Down

0 comments on commit 0ce11f4

Please sign in to comment.