Skip to content

Commit

Permalink
Merge pull request #496 from opengisch/3nids-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
suricactus authored Mar 14, 2023
2 parents a57a6f7 + 0a42cf2 commit 45766e3
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 45766e3

Please sign in to comment.