Skip to content

Commit

Permalink
copy license
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Jun 10, 2024
1 parent ac9dfb2 commit 7d23f71
Show file tree
Hide file tree
Showing 2 changed files with 674 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/plugin-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,6 @@ 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 swiss_locator/LICENSE

- name: Package
if: ${{ ! startsWith(github.ref, 'refs/tags/') }}
run: |
Expand All @@ -65,7 +62,6 @@ jobs:
VERSION=${{ github.ref_name }}
qgis-plugin-ci release ${VERSION} \
--github-token ${{ secrets.GITHUB_TOKEN }} \
--allow-uncommitted-changes \
--osgeo-username ${{ secrets.OSGEO_PLUGIN_USERNAME }} \
--osgeo-password ${{ secrets.OSGEO_PLUGIN_PASSWORD }} \
--transifex-token "${{ secrets.TX_TOKEN }}"
Loading

0 comments on commit 7d23f71

Please sign in to comment.