Skip to content

Commit

Permalink
Update build-vs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
danoli3 authored Jun 25, 2024
1 parent b54cf64 commit d678aae
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-vs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ jobs:
elif [[ "${{ github.ref }}" == "refs/heads/bleeding" ]]; then
echo "release=bleeding" >> $GITHUB_ENV
echo "prerelease=true" >> $GITHUB_ENV
else
echo "RELEASE=nightly" >> $GITHUB_ENV
echo "PRERELEASE=false" >> $GITHUB_ENV
fi
- name: Install dependencies
shell: bash
Expand Down

0 comments on commit d678aae

Please sign in to comment.