Skip to content

Commit c291ae7

Browse files
committed
Fix github release name
1 parent 0132d41 commit c291ae7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Compile translations
4040
run: lrelease qtribu/resources/i18n/*.ts
4141

42-
- name : Get current changelog for ${VERSION}
42+
- name : Get current changelog for ${GITHUB_REF/refs\/tags\//}
4343
run: qgis-plugin-ci changelog ${GITHUB_REF/refs\/tags\//} >> release.md
4444

4545
- name: Create GitHub Release
@@ -55,7 +55,7 @@ jobs:
5555
- name: Deploy plugin
5656
run: >-
5757
qgis-plugin-ci
58-
release ${{ github.ref }}
58+
release ${GITHUB_REF/refs\/tags\//}
5959
--github-token ${{ secrets.GITHUB_TOKEN }}
6060
--allow-uncommitted-changes
6161
--create-plugin-repo

0 commit comments

Comments
 (0)