Skip to content

Commit eb2251e

Browse files
authored
Update releaser.yml
updating releaser to upload to qgis plugin repo
1 parent 8e8ba7f commit eb2251e

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/releaser.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,17 @@ jobs:
4444
- name : Get current changelog for ${GITHUB_REF/refs\/tags\//}
4545
run: qgis-plugin-ci changelog ${GITHUB_REF/refs\/tags\//} >> release.md
4646

47-
4847
- name: Deploy plugin
48+
env:
49+
OSGEO_USERNAME: ${{ secrets.OSGEO_USERNAME }}
50+
OSGEO_PASSWORD: ${{ secrets.OSGEO_PASSWORD }}
51+
4952
run: >-
5053
qgis-plugin-ci
5154
release ${GITHUB_REF/refs\/tags\//}
52-
--github-token ${{ secrets.GITHUB_TOKEN }}
5355
--allow-uncommitted-changes
5456
--create-plugin-repo
57+
--osgeo-username "$OSGEO_USERNAME"
58+
--osgeo-password "$OSGEO_PASSWORD"
59+
5560

0 commit comments

Comments
 (0)