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 39141a4 commit 49448a3Copy full SHA for 49448a3
.github/workflows/packager.yml
@@ -102,10 +102,6 @@ jobs:
102
if: startsWith(github.ref, 'refs/tags/')
103
104
steps:
105
- - name: Get tag name as version
106
- id: get_version
107
- run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}
108
-
109
- name: Checkout
110
uses: actions/checkout@v3
111
@@ -135,7 +131,7 @@ jobs:
135
131
# git add full project
136
132
git add ${{ env.PROJECT_FOLDER }}/
137
133
138
- - name: Get current changelog for ${VERSION}
134
+ - name: Get current changelog
139
run: qgis-plugin-ci changelog ${GITHUB_REF/refs\/tags\//} >> release.md
140
141
- name: Create GitHub Release
0 commit comments