Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffkl committed May 19, 2022
1 parent 1967a2e commit 753fa0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
include-prerelease: true

- name: Set BuildConfiguration to Release for tagged builds
if: ${{ startsWith(github.ref, 'refs/tags/v') }}
if: ${{ !startsWith(github.ref, 'refs/tags/v') }}
run: |
echo "BuildConfiguration=Release" >> $GITHUB_ENV
Expand Down

0 comments on commit 753fa0f

Please sign in to comment.