Skip to content

Commit d737933

Browse files
committed
Add clause back to action
1 parent 53d62f8 commit d737933

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/appimage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
if-no-files-found: error
7474

7575
release:
76-
#if: startsWith(github.ref, 'refs/tags/')
76+
if: startsWith(github.ref, 'refs/tags/')
7777
runs-on: ubuntu-latest
7878

7979
needs:

0 commit comments

Comments
 (0)