Skip to content

Commit

Permalink
final
Browse files Browse the repository at this point in the history
  • Loading branch information
vrichv authored Sep 6, 2024
1 parent 448a500 commit 4fa7183
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
GH_TOKEN: ${{ github.token }}
run: |
$releases = (gh release list -R vrichv/zed-win -L 3 --json tagName,isLatest -q '.[] | select(.isLatest == true) | .tagName')
echo "Our latest release: $ourLatestRelease"
echo "OUR_LATEST_RELEASE=$release" >> $env:GITHUB_ENV
echo "Our latest release: $releases"
echo "OUR_LATEST_RELEASE=$releases" >> $env:GITHUB_ENV
- name: Compare and checkout if needed
run: |
Expand Down

0 comments on commit 4fa7183

Please sign in to comment.