Skip to content

Commit 229ebd0

Browse files
Update update-changelog.yml
1 parent fda0a00 commit 229ebd0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/update-changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
with:
3636
token: ${{ secrets.GITHUB_TOKEN }}
3737
exclude_labels: ${{inputs.exclude-labels}}
38-
future_release: ${{inputs.future-release}}
38+
future_release: ${{ format('{0}', inputs.future-release) }}
3939
release_branch: ${{inputs.release-branch}}
4040

4141
- name: commit updated changelog

0 commit comments

Comments
 (0)