Skip to content

Commit

Permalink
WIP CI release Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
hypsug0 committed Mar 7, 2024
1 parent 714c067 commit e1602cb
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/releaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,8 @@ jobs:

- name: Deploy plugin
run: >-
echo 'SECRETS ${{ secrets.GITHUB_TOKEN }}'
# && qgis-plugin-ci
# release ${GITHUB_REF/refs\/tags\//}
# --github-token ${{ secrets.GITHUB_TOKEN }}
# --allow-uncommitted-changes
# --create-plugin-repo
echo ${GITHUB_REF/refs\/tags\//} && qgis-plugin-ci
release ${GITHUB_REF/refs\/tags\//}
--github-token ${{ secrets.GITHUB_TOKEN }}
--allow-uncommitted-changes
--create-plugin-repo

0 comments on commit e1602cb

Please sign in to comment.