We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b69514 commit a31ba14Copy full SHA for a31ba14
1 file changed
.github/workflows/releaser.yml
@@ -4,6 +4,7 @@ on:
4
push:
5
tags:
6
- "*"
7
+ workflow_dispatch:
8
9
env:
10
PROJECT_FOLDER: "loopstructural"
@@ -49,11 +50,11 @@ jobs:
49
50
bodyFile: release.md
51
generateReleaseNotes: true
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
+ # - name: Deploy plugin
+ # run: >-
+ # qgis-plugin-ci
+ # release ${GITHUB_REF/refs\/tags\//}
+ # --github-token ${{ secrets.GITHUB_TOKEN }}
+ # --allow-uncommitted-changes
59
+ # --create-plugin-repo
60
0 commit comments