Skip to content

Commit

Permalink
🔧
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahhj93 committed Feb 15, 2024
1 parent 6b59616 commit 4f23da9
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,18 +29,18 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Set up Python 3.8
uses: actions/setup-python@v1
with:
python-version: 3.8

- name: Install qgis-plugin-ci
run: pip3 install qgis-plugin-ci

- name: Deploy plugin
run: >-
qgis-plugin-ci
release ${GITHUB_REF/refs\/tags\//}
--github-token ${{ secrets.GITHUB_TOKEN }}
--osgeo-username ${{ secrets.OSGEO_USER }}
--osgeo-password ${{ secrets.OSGEO_PASSWORD }}
# - name: Set up Python 3.8
# uses: actions/setup-python@v1
# with:
# python-version: 3.8

# - name: Install qgis-plugin-ci
# run: pip3 install qgis-plugin-ci

# - name: Deploy plugin
# run: >-
# qgis-plugin-ci
# release ${GITHUB_REF/refs\/tags\//}
# --github-token ${{ secrets.GITHUB_TOKEN }}
# --osgeo-username ${{ secrets.OSGEO_USER }}
# --osgeo-password ${{ secrets.OSGEO_PASSWORD }}

0 comments on commit 4f23da9

Please sign in to comment.