We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53d62f8 commit d737933Copy full SHA for d737933
.github/workflows/appimage.yml
@@ -73,7 +73,7 @@ jobs:
73
if-no-files-found: error
74
75
release:
76
- #if: startsWith(github.ref, 'refs/tags/')
+ if: startsWith(github.ref, 'refs/tags/')
77
runs-on: ubuntu-latest
78
79
needs:
0 commit comments