Skip to content

Commit

Permalink
[ci] try to fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
olivierdalang committed Nov 10, 2022
1 parent 2111467 commit 1ce7882
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Continuous integration
name: release

on:
push:
Expand Down Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt update && sudo apt install qttools5-dev-tools qt5-default
sudo pip install qgis-plugin-ci==2.0.1
sudo pip install qgis-plugin-ci==2.5.2
- 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 }} --allow-uncommitted-changes
Expand All @@ -41,6 +41,6 @@ jobs:
with:
submodules: recursive
- name: Install dependencies
run: sudo pip install qgis-plugin-ci
run: sudo pip install qgis-plugin-ci==2.5.2
- name: 🌍 Push translations
run: qgis-plugin-ci push-translation ${{ secrets.TX_TOKEN }}

0 comments on commit 1ce7882

Please sign in to comment.