File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -40,11 +40,11 @@ jobs:
4040# name: Create new git branch by the tagged commit
4141 needs : test_build_git-tag_and_create_github-release
4242 if : ${{ github.event_name == 'push' &&
43- needs.build_git -tag_and_create_github-release.outputs.github-action_reusable_workflow_release_version != 'Initial' &&
44- needs.build_git -tag_and_create_github-release.outputs.github-action_reusable_workflow_release_version != 'Pre' }}
43+ needs.test_build_git -tag_and_create_github-release.outputs.github-action_reusable_workflow_release_version != 'Initial' &&
44+ needs.test_build_git -tag_and_create_github-release.outputs.github-action_reusable_workflow_release_version != 'Pre' }}
4545 runs-on : ubuntu-latest
4646 env :
47- RELEASE_TYPE : ${{ needs.build_git -tag_and_create_github-release.outputs.github-action_reusable_workflow_release_version }}
47+ RELEASE_TYPE : ${{ needs.test_build_git -tag_and_create_github-release.outputs.github-action_reusable_workflow_release_version }}
4848 steps :
4949 - uses : actions/checkout@v2
5050
You can’t perform that action at this time.
0 commit comments