Skip to content

Commit 7c6d8e3

Browse files
committed
update release.yml remove manual stripped version
1 parent 844eb1f commit 7c6d8e3

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ on:
88
jobs:
99
release:
1010
runs-on: ubuntu-latest
11-
permissions:
12-
contents: write
1311

1412
steps:
1513
- name: Checkout
@@ -25,9 +23,7 @@ jobs:
2523

2624
- name: Release
2725
run: |
28-
VERSION=${GITHUB_REF_NAME#v}
29-
qgis-plugin-ci release ${VERSION} \
26+
qgis-plugin-ci release ${GITHUB_REF_NAME} \
3027
--github-token ${{ secrets.GITHUB_TOKEN }} \
31-
--create-plugin-repo \
32-
--release-tag ${GITHUB_REF_NAME}
28+
--create-plugin-repo
3329

0 commit comments

Comments
 (0)