Skip to content

Commit

Permalink
Update build-msix-pkg.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertK66 authored Aug 11, 2023
1 parent b91b43f commit 2c43ec6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-msix-pkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

steps:
- name: Check Release Condition
if: contains('${{vars.REL_VERSION}}', 'VER')
if: 1==2
run: echo "This build will be released as '${{vars.REL_VERSION}}'."

- name: Checkout
Expand Down

0 comments on commit 2c43ec6

Please sign in to comment.