Skip to content

Commit f18085e

Browse files
committed
disable autopublish on tag
1 parent 051099e commit f18085e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ubuntu-touch.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ jobs:
2424
uses: actions/upload-artifact@v3.1.1
2525
with:
2626
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}
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}

0 commit comments

Comments
 (0)