We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a43da0a commit bcda58fCopy full SHA for bcda58f
.github/workflows/release.yml
@@ -243,7 +243,7 @@ jobs:
243
name: Create branch and update change log
244
run: |
245
git checkout -b ci-${{ github.run_id }}
246
- docker run -v "${PWD}":/workdir quay.io/git-chglog/git-chglog:sha256:c791b1e8264387690cce4ce32e18b4f59ca3ffd8d55cb4093dc6de74529493f4 > CHANGELOG.md
+ docker run -v "${PWD}":/workdir quay.io/git-chglog/git-chglog@sha256:c791b1e8264387690cce4ce32e18b4f59ca3ffd8d55cb4093dc6de74529493f4 > CHANGELOG.md
247
git commit -am "chore(ci): bump version to ${{ inputs.version }}"
248
git push origin ci-${{ github.run_id }}
249
- id: create_pr
0 commit comments