Skip to content

Commit

Permalink
fix36
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishek-kumar-piyush committed Mar 14, 2022
1 parent 1314357 commit 17a8327
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
echo $GITHUB_ENV
echo $BRANCH
echo ${{ env.BRANCH }}
echo ${{ env.BRANCH == "prod" }}
echo ${{ BRANCH == 'prod' }}
- name: Create Release
if: env.BRANCH == "prod"
Expand Down

0 comments on commit 17a8327

Please sign in to comment.