Skip to content

Commit

Permalink
Merge pull request #69 from shameemshah/dev
Browse files Browse the repository at this point in the history
test
  • Loading branch information
shameemshah authored Nov 24, 2022
2 parents 6eb334c + 9af4788 commit 8e819e7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/production_release_action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ jobs:
PreviousSha=${{ github.sha }}
echo $PreviousSha
if [ $sha == "$PreviousSha" ]
if [ "$sha" == "$PreviousSha" ]
then
echo "Nothing changed from last release" >> $GITHUB_STEP_SUMMARY
exit 1
Expand Down

0 comments on commit 8e819e7

Please sign in to comment.