Skip to content

update release.yml on all tags #9

update release.yml on all tags

update release.yml on all tags #9

Workflow file for this run

name: Release Plugin
on:
push:
tags:
- "*"
jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Set up Python
uses: actions/setup-python@v6
with:
python-version: "3.12"
- name: Install qgis-plugin-ci
run: pip install qgis-plugin-ci
- name: Release
run: |
qgis-plugin-ci release ${GITHUB_REF_NAME} \
--github-token ${{ secrets.GITHUB_TOKEN }} \
--create-plugin-repo