We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fa2e159 + a4d683c commit 3ac68c3Copy full SHA for 3ac68c3
1 file changed
.github/workflows/update-changelog.yml
@@ -10,6 +10,6 @@ jobs:
10
uses: codenamephp/workflows.common/.github/workflows/update-changelog.yml@1
11
needs: calculate_next_version
12
with:
13
- ref: ${{github.head_ref}}
+ ref: ${{github.ref}}
14
future-release: ${{ needs.calculate_next_version.outputs.version }}
15
release-branch: ${{github.head_ref}}
0 commit comments