Skip to content

Commit 998cda9

Browse files
committed
Enabled tag check.
1 parent 75abe7e commit 998cda9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
name: Deploy MagickViewer
7575
runs-on: windows-2022
7676
needs: build
77-
#if: needs.build.outputs.has-tag == 'true'
77+
if: needs.build.outputs.has-tag == 'true'
7878
steps:
7979
- name: Download ClickOnce artifacts
8080
uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)