We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 051099e commit f18085eCopy full SHA for f18085e
.github/workflows/ubuntu-touch.yml
@@ -24,8 +24,8 @@ jobs:
24
uses: actions/upload-artifact@v3.1.1
25
with:
26
path: build/*/app/*.click
27
- - name: Publish to Open Store
28
- if: startsWith( github.ref, 'refs/tags/')
29
- env:
30
- OPENSTORE_KEY: ${{ secrets.OPENSTORE_KEY }}
31
- run: clickable publish "* $(git log -1 --pretty=%B | head -1)" --apikey ${OPENSTORE_KEY}
+# - name: Publish to Open Store
+# if: startsWith( github.ref, 'refs/tags/')
+# env:
+# OPENSTORE_KEY: ${{ secrets.OPENSTORE_KEY }}
+# run: clickable publish "* $(git log -1 --pretty=%B | head -1)" --apikey ${OPENSTORE_KEY}
0 commit comments