Skip to content

Commit a31ba14

Browse files
authored
disable qgis release and allow to run on dispatch
1 parent 8b69514 commit a31ba14

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

.github/workflows/releaser.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
tags:
66
- "*"
7+
workflow_dispatch:
78

89
env:
910
PROJECT_FOLDER: "loopstructural"
@@ -49,11 +50,11 @@ jobs:
4950
bodyFile: release.md
5051
generateReleaseNotes: true
5152

52-
- name: Deploy plugin
53-
run: >-
54-
qgis-plugin-ci
55-
release ${GITHUB_REF/refs\/tags\//}
56-
--github-token ${{ secrets.GITHUB_TOKEN }}
57-
--allow-uncommitted-changes
58-
--create-plugin-repo
53+
# - name: Deploy plugin
54+
# run: >-
55+
# qgis-plugin-ci
56+
# release ${GITHUB_REF/refs\/tags\//}
57+
# --github-token ${{ secrets.GITHUB_TOKEN }}
58+
# --allow-uncommitted-changes
59+
# --create-plugin-repo
5960

0 commit comments

Comments
 (0)