From 4d827f55453a10f4ddc6edd4dcb5188260e2dfc9 Mon Sep 17 00:00:00 2001 From: Denis Rouzaud Date: Wed, 17 Apr 2024 16:37:30 +0200 Subject: [PATCH] copy license to package (#16) * 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> --- .github/workflows/plugin-package.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/plugin-package.yml b/.github/workflows/plugin-package.yml index f72bf80..af8ea5c 100644 --- a/.github/workflows/plugin-package.yml +++ b/.github/workflows/plugin-package.yml @@ -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/ @@ -76,5 +79,3 @@ jobs: --osgeo-username ${{ secrets.OSGEO_PLUGIN_USERNAME }} \ --osgeo-password ${{ secrets.OSGEO_PLUGIN_PASSWORD }} \ --transifex-token "${{ secrets.TX_TOKEN }}" - -