Skip to content

Commit

Permalink
Fix GitHub action again, 3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustry committed Jan 6, 2021
1 parent f65b923 commit 0a0d404
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ jobs:
GITHUB_TOKEN: ${{ secrets.BOT_HUB_TOKEN }}
with:
tag_name: ${{ github.ref }}
release_name: ${github.ref:1}
release_name: ${{ github.ref }}
body_path: release.md

- name: Package the plugin and deploy it in the release
run: >-
qgis-plugin-ci
release ${GITHUB_REF/refs\/tags\//}
--github-token ${{ secrets.BOT_HUB_TOKEN }}
--osgeo-username ${{ OSGEO_USERNAME }}
--osgeo-password ${{ OSGEO_PASSWORD }}
--osgeo-username ${{ secrets.OSGEO_USERNAME }}
--osgeo-password ${{ secrets.OSGEO_PASSWORD }}

0 comments on commit 0a0d404

Please sign in to comment.