Skip to content

Commit

Permalink
fix: workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
JayGhiya committed Mar 12, 2024
1 parent 85585b4 commit 152afbd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main-pr-merge-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
include-component-in-tag: true
- name: Set up content output
id: modify_output
if: steps.release_action_plan.outputs.release_created == 'true'
if: steps.release_action_plan.outputs.releases_created
uses: actions/github-script@v5
with:
script: |
Expand All @@ -48,6 +48,7 @@ jobs:
resultArray.push(`${path};${hashMap[nameKey]};${name}`);
}
}
core.setOutput("tag_name_result", JSON.stringify(resultArray));
build_and_release:
Expand Down

0 comments on commit 152afbd

Please sign in to comment.