Skip to content

Commit 6c449c7

Browse files
brichetblink1073
andauthored
Fix the input parameter since_last_stable when running a full release (#366)
Co-authored-by: Steven Silvester <[email protected]>
1 parent e2d2181 commit 6c449c7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/full-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
version_spec: ${{ github.event.inputs.version_spec }}
5454
post_version_spec: ${{ github.event.inputs.post_version_spec }}
5555
since: ${{ github.event.inputs.since }}
56-
since_last_stable: ${{ github.event.intputs.since_last_stable }}
56+
since_last_stable: ${{ github.event.inputs.since_last_stable }}
5757
steps_to_skip: ${{ github.event.inputs.steps_to_skip }}
5858

5959
- name: Publish Release

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ filterwarnings= [
103103
# Fail on warnings
104104
"error",
105105
"ignore:Using deprecated setup.py invocation:UserWarning",
106+
"module:Neither GITHUB_TOKEN nor GITHUB_JWT_TOKEN found:UserWarning",
106107
]
107108

108109
[tool.mypy]

0 commit comments

Comments
 (0)