Skip to content

Commit

Permalink
GH Action - Use version environment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustry committed Sep 15, 2021
1 parent 3e13b76 commit eeaceb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
- name: Package the plugin and deploy it in the release
run: >-
qgis-plugin-ci
release ${GITHUB_REF/refs\/tags\//}
release ${{ env.RELEASE_VERSION }}
--github-token ${{ secrets.BOT_HUB_TOKEN }}
--osgeo-username ${{ secrets.OSGEO_USERNAME }}
--osgeo-password ${{ secrets.OSGEO_PASSWORD }}
Expand Down

0 comments on commit eeaceb0

Please sign in to comment.