Skip to content

Commit

Permalink
Fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
JayaShakthi97 committed Oct 3, 2023
1 parent fbe34bb commit 49851a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ jobs:

- name: 🚀 Perform Release
id: perform-release
if: {{ false }}
if: ${{ false }}
working-directory: .github/workflows
run: |
PACKAGES="${{ toJson(steps.changesets.outputs.publishedPackages) }}"
Expand Down

0 comments on commit 49851a4

Please sign in to comment.