We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74678aa commit 0d43e08Copy full SHA for 0d43e08
1 file changed
.github/workflows/build-dmg-qt6-macos.yml
@@ -137,7 +137,7 @@ jobs:
137
path: ${{ env.DMG_NAME }}
138
139
- name: Create or update GitHub Release and upload DMG
140
- if: false() # Temporarily disable release creation until we have a stable release process in place
+ if: false # Temporarily disable release creation until we have a stable release process in place
141
# if: success() && github.event_name == 'push' && github.ref_type == 'tag'
142
uses: softprops/action-gh-release@v2
143
with:
0 commit comments