Skip to content

Commit bebfe00

Browse files
committed
⚙️ Fix the broken CI.
1 parent a6fff9e commit bebfe00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-cd.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)