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.
2 parents 8335ec5 + c123758 commit 0db085dCopy full SHA for 0db085d
.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@use-release_version-for-pr-title
+ uses: Keyfactor/actions/.github/workflows/kf-post-release.yml@v3
163
secrets:
164
token: ${{ secrets.token }}
165
with:
0 commit comments