Skip to content

Commit

Permalink
Testing release action
Browse files Browse the repository at this point in the history
  • Loading branch information
pgathogo committed Apr 17, 2024
1 parent f08fed4 commit d898792
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release_plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit d898792

Please sign in to comment.