We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0132d41 commit c291ae7Copy full SHA for c291ae7
.github/workflows/release.yml
@@ -39,7 +39,7 @@ jobs:
39
- name: Compile translations
40
run: lrelease qtribu/resources/i18n/*.ts
41
42
- - name : Get current changelog for ${VERSION}
+ - name : Get current changelog for ${GITHUB_REF/refs\/tags\//}
43
run: qgis-plugin-ci changelog ${GITHUB_REF/refs\/tags\//} >> release.md
44
45
- name: Create GitHub Release
@@ -55,7 +55,7 @@ jobs:
55
- name: Deploy plugin
56
run: >-
57
qgis-plugin-ci
58
- release ${{ github.ref }}
+ release ${GITHUB_REF/refs\/tags\//}
59
--github-token ${{ secrets.GITHUB_TOKEN }}
60
--allow-uncommitted-changes
61
--create-plugin-repo
0 commit comments