Skip to content

Commit

Permalink
try to fix upload to qgis registry
Browse files Browse the repository at this point in the history
  • Loading branch information
olivierdalang committed Aug 24, 2021
1 parent 0d2752a commit 04682f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
sudo pip install qgis-plugin-ci==2.0.1
- name: Release
run: |
qgis-plugin-ci release ${GITHUB_REF##*/} --transifex-token ${{ secrets.TX_TOKEN }} --github-token ${{ secrets.GITHUB_TOKEN }} --osgeo-username ${{ secrets.OSGEO_USERNAME }} --osgeo-password ${{ secrets.OSGEO_PASSWORD }}
qgis-plugin-ci release ${GITHUB_REF##*/} --transifex-token ${{ secrets.TX_TOKEN }} --github-token ${{ secrets.GITHUB_TOKEN }} --osgeo-username ${{ secrets.OSGEO_USERNAME }} --osgeo-password ${{ secrets.OSGEO_PASSWORD }} --allow-uncommitted-changes
translations:
runs-on: ubuntu-20.04
Expand Down

0 comments on commit 04682f7

Please sign in to comment.