Skip to content

Commit

Permalink
qgis-plugin-ci ko
Browse files Browse the repository at this point in the history
  • Loading branch information
xcaeag committed Jan 30, 2024
1 parent b6de62b commit 1a3ca18
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,11 @@ jobs:
asset_name: ${{ env.PROJECT_FOLDER }}-${{ env.myversion }}.zip
asset_content_type: application/zip

- name: Deploy plugin to QGIS official repository and as release asset
run: >-
qgis-plugin-ci
release v${{ env.myversion }}
--github-token ${{ secrets.GITHUB_TOKEN }}
--osgeo-username ${{ secrets.OSGEO_USER }}
--osgeo-password ${{ secrets.OSGEO_PASSWORD }}
# plante.. pb de version de qgis-plugin-ci ?
#- name: Deploy plugin to QGIS official repository and as release asset
# run: >-
# qgis-plugin-ci
# release v${{ env.myversion }}
# --github-token ${{ secrets.GITHUB_TOKEN }}
# --osgeo-username ${{ secrets.OSGEO_USER }}
# --osgeo-password ${{ secrets.OSGEO_PASSWORD }}

0 comments on commit 1a3ca18

Please sign in to comment.