From d898792a2149f99d34a0cd054e3d008ffe2e8fdd Mon Sep 17 00:00:00 2001 From: pgathogo Date: Wed, 17 Apr 2024 17:32:31 +0300 Subject: [PATCH] Testing release action --- .github/workflows/release_plugin.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release_plugin.yml b/.github/workflows/release_plugin.yml index 52b3543f..21e0ee56 100644 --- a/.github/workflows/release_plugin.yml +++ b/.github/workflows/release_plugin.yml @@ -17,10 +17,11 @@ jobs: - name: Install qgis-plugin-ci run: pip3 install qgis-plugin-ci + #release ${GITHUB_REF/refs\/tags\//} - name: Deploy plugin run: >- qgis-plugin-ci - release ${GITHUB_REF/refs\/tags\//} + release v1.8.0 --github-token ${{ secrets.GITHUB_TOKEN }} --osgeo-username ${{ secrets.OSGEO_USER }} --osgeo-password ${{ secrets.OSGEO_PASSWORD }}