Skip to content

Commit

Permalink
Merge pull request #70 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 8e819e7 + 86e39fa commit 8dafac2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/production_release_action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ 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 8dafac2

Please sign in to comment.