From 19b79b26ff73be90286f354b5431e952cf362871 Mon Sep 17 00:00:00 2001 From: Marco D'Aleo Date: Sun, 9 Nov 2025 10:54:53 +0000 Subject: [PATCH] fix workflow --- .github/workflows/publish.yml | 2 +- release-please-config.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index f093714..dfe803c 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -3,7 +3,7 @@ name: Publish to PyPI on: push: tags: - - "*" + - "v*" jobs: build-publish: diff --git a/release-please-config.json b/release-please-config.json index 31191d0..089f108 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -1,6 +1,7 @@ { "release-type": "python", "package-name": "resrm", + "include-v-in-tag": true, "changelog-sections": [ { "type": "feat", "section": "Added", "hidden": false }, { "type": "fix", "section": "Fixed", "hidden": false },