We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2acde53 commit 870c08aCopy full SHA for 870c08a
1 file changed
.github/workflows/publish.yml
@@ -77,7 +77,7 @@ jobs:
77
uses: mindsers/changelog-reader-action@v2
78
id: read_changelog
79
with:
80
- version: ${{ github.event.inputs.version }}
+ version: ${{ env.RELEASE_VERSION }}
81
path: ./CHANGELOG.md
82
83
# https://github.com/microsoft/azure-pipelines-tasks/issues/1511
0 commit comments