Skip to content

Commit

Permalink
Fix typo in workflow files
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardogsilva committed Jul 16, 2024
1 parent b1d1ab7 commit 568e239
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
run: poetry install --without gdal

- name: generate plugin repo XML
run: poetry run python pluginadmin.py --verbose generate-plugin-repo-xml
run: poetry run pluginadmin --verbose generate-plugin-repo-xml

- name: update docs
run: poetry run mkdocs gh-deploy --force
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
echo "::set-output name=IS_EXPERIMENTAL::$(poetry run python -c "import toml; data=toml.load('pyproject.toml'); print(data['tool']['qgis-plugin']['metadata']['experimental'].lower())")"
- name: generate zip
run: poetry run python pluginadmin generate-zip
run: poetry run pluginadmin generate-zip

- name: get zip details
id: get-zip-details
Expand Down

0 comments on commit 568e239

Please sign in to comment.