Skip to content

Commit d3e73f2

Browse files
committed
Explicitly specify the tag name during GitHub Release
1 parent 5668efe commit d3e73f2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/deploy.yml

+1
Original file line numberDiff line numberDiff line change
@@ -64,3 +64,4 @@ jobs:
6464
with:
6565
body_path: scripts/latest-release-notes.md
6666
files: dist/*
67+
tag_name: v${{ github.event.inputs.version }}

CHANGELOG.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Releases
22
========
33

4-
3.11.0 (2023-06-15)
4+
3.11.1 (2023-06-15)
55
-------------------
66

77
* Fixed introspection for failed ``assert_has_calls`` (`#365`_).

0 commit comments

Comments
 (0)