Skip to content

Commit

Permalink
Merge pull request #422 from opengisch/suricactus-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
suricactus authored Apr 27, 2022
2 parents be6a852 + de6eb6f commit e59baf9
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/continuous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,19 +91,14 @@ jobs:
sudo pip install qgis-plugin-ci
- name: Release
run: |
RELEASE_VERSION=${GITHUB_REF/refs\/tags\/v/}
RELEASE_VERSION=${GITHUB_REF##*/}
RELEASE_TAG=${GITHUB_REF##*/}
qgis-plugin-ci release ${RELEASE_VERSION} \
--release-tag ${RELEASE_TAG} \
--transifex-token ${TX_TOKEN} \
--github-token ${GITHUB_TOKEN} \
--osgeo-username ${OSGEO_USERNAME} \
--osgeo-password ${OSGEO_PASSWORD}
--release-tag ${RELEASE_TAG} \
--transifex-token ${TX_TOKEN} \
--github-token ${GITHUB_TOKEN} \
--osgeo-username ${OSGEO_USERNAME} \
--osgeo-password ${OSGEO_PASSWORD}
package:
runs-on: ubuntu-20.04
Expand Down

0 comments on commit e59baf9

Please sign in to comment.