Skip to content

Commit

Permalink
copy license to package (#16)
Browse files Browse the repository at this point in the history
* Update plugin-package.yml

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
3nids and pre-commit-ci[bot] authored Apr 17, 2024
1 parent 392e065 commit 4d827f5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/plugin-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ jobs:
if: ${{ github.event_name == 'push' && !startsWith(github.ref, 'refs/tags/') }}
run: qgis-plugin-ci push-translation ${{ secrets.TX_TOKEN }}

- name: copy licence
run: cp LICENSE pg_service_parser/LICENSE

- name: Install pgservice parser
run: |
pip download -r requirements.txt --only-binary :all: -d temp/
Expand Down Expand Up @@ -76,5 +79,3 @@ jobs:
--osgeo-username ${{ secrets.OSGEO_PLUGIN_USERNAME }} \
--osgeo-password ${{ secrets.OSGEO_PLUGIN_PASSWORD }} \
--transifex-token "${{ secrets.TX_TOKEN }}"

0 comments on commit 4d827f5

Please sign in to comment.