Skip to content

Commit

Permalink
use standard release of plugin-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids authored Mar 7, 2023
1 parent 8e12e92 commit 0a42cf2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/continuous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt update && sudo apt install qtbase5-dev qttools5-dev-tools
sudo pip install --pre qgis-plugin-ci
sudo pip install qgis-plugin-ci
- name: Release
run: |
RELEASE_VERSION=${GITHUB_REF##*/}
Expand Down Expand Up @@ -116,7 +116,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt update && sudo apt install qtbase5-dev qttools5-dev-tools
sudo pip install --pre qgis-plugin-ci
sudo pip install qgis-plugin-ci
- name: Release
run: |
qgis-plugin-ci package ${{ github.event.inputs.ref }} --transifex-token ${TX_TOKEN}
Expand All @@ -137,7 +137,7 @@ jobs:
with:
submodules: recursive
- name: Install dependencies
run: sudo pip install --pre qgis-plugin-ci
run: sudo pip install qgis-plugin-ci
- name: 🌍 Push translations
run: |
qgis-plugin-ci push-translation ${TX_TOKEN}

0 comments on commit 0a42cf2

Please sign in to comment.