From c91f12c92142d8400292ba50c1cb01650e0ba293 Mon Sep 17 00:00:00 2001 From: Damiano Lombardi Date: Fri, 18 Mar 2022 10:30:48 +0100 Subject: [PATCH] Github secrets --- .github/workflows/release.yml | 4 ++-- linking_relation_editor/metadata.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 28e89d3..a22e2f9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,5 +24,5 @@ jobs: qgis-plugin-ci release ${GITHUB_REF/refs\/tags\//} --github-token ${{ secrets.GITHUB_TOKEN }} - --osgeo-username ${{ secrets.OSGEO_USER }} - --osgeo-password ${{ secrets.OSGEO_PASSWORD }} + --osgeo-username ${{ secrets.OSGEO_PLUGIN_USERNAME }} + --osgeo-password ${{ secrets.OSGEO_PLUGIN_PASSWORD }} diff --git a/linking_relation_editor/metadata.txt b/linking_relation_editor/metadata.txt index e18e4cd..62f5730 100644 --- a/linking_relation_editor/metadata.txt +++ b/linking_relation_editor/metadata.txt @@ -3,7 +3,7 @@ name=Linking Relation Editor qgisMinimumVersion=3.22 description=Provides a relation editor widget with an alternative link child dialog about=Provides a relation editor widget with an alternative link child dialog -version=0.0.2 +version=0.9.0 author=OPENGIS.ch email=info@opengis.ch