Skip to content

Commit

Permalink
Explicitly specify the tag name during GitHub Release
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoddemus committed Jun 15, 2023
1 parent 5668efe commit d3e73f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Expand Up @@ -64,3 +64,4 @@ jobs:
with:
body_path: scripts/latest-release-notes.md
files: dist/*
tag_name: v${{ github.event.inputs.version }}
2 changes: 1 addition & 1 deletion CHANGELOG.rst
@@ -1,7 +1,7 @@
Releases
========

3.11.0 (2023-06-15)
3.11.1 (2023-06-15)
-------------------

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

0 comments on commit d3e73f2

Please sign in to comment.