We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de4ca7e commit b786eaaCopy full SHA for b786eaa
.github/workflows/ci.yml
@@ -44,6 +44,7 @@ jobs:
44
uses: softprops/action-gh-release@v1
45
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/releases/v')
46
with:
47
+ draft: true
48
files: |
49
./build/Release/MCAPSpotlightImporter.mdimporter
50
./build/Release/MCAPSpotlightImporter.mdimporter.dSYM
0 commit comments