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 dbcf5a9 commit 7a6e1daCopy full SHA for 7a6e1da
.github/workflows/starter.yml
@@ -159,7 +159,7 @@ jobs:
159
call-post-release-workflow:
160
needs: [call-assign-from-json-workflow, call-create-github-release-workflow]
161
if: needs.call-create-github-release-workflow.outputs.IS_FULL_RELEASE == 'True'
162
- uses: Keyfactor/actions/.github/workflows/kf-post-release.yml@v3
+ uses: Keyfactor/actions/.github/workflows/kf-post-release.yml@use-release_version-for-pr-title
163
secrets:
164
token: ${{ secrets.token }}
165
with:
0 commit comments