Skip to content

Commit

Permalink
update(ci): add custom repository URL
Browse files Browse the repository at this point in the history
  • Loading branch information
Guts committed Sep 3, 2024
1 parent 0fb02f2 commit 189cebc
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/packager.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,13 @@ jobs:
git add ${{ env.PROJECT_FOLDER }}/
- name: Package the latest version
run: qgis-plugin-ci package latest --allow-uncommitted-changes
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: >-
url=$(gh api "repos/$GITHUB_REPOSITORY/pages" --jq '.html_url')
qgis-plugin-ci package latest
--allow-uncommitted-changes
--plugin-repo-url "$url"
- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 189cebc

Please sign in to comment.