File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -40,10 +40,10 @@ jobs:
4040 needs : build_git-tag_and_create_github-release
4141 if : ${{ github.ref_name == 'master' &&
4242 github.event_name == 'push' &&
43- needs.test_build_git -tag_and_create_github-release.outputs.github-action_reusable_workflow_release_version != 'Pre-Release' }}
43+ needs.build_git -tag_and_create_github-release.outputs.github-action_reusable_workflow_release_version != 'Pre-Release' }}
4444 runs-on : ubuntu-latest
4545 env :
46- RELEASE_TYPE : ${{ needs.test_build_git -tag_and_create_github-release.outputs.github-action_reusable_workflow_release_version }}
46+ RELEASE_TYPE : ${{ needs.build_git -tag_and_create_github-release.outputs.github-action_reusable_workflow_release_version }}
4747 DEBUG_MODE : false
4848 steps :
4949 - uses : actions/checkout@v3
You can’t perform that action at this time.
0 commit comments