Skip to content

Commit

Permalink
Update cd-workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
iwfan authored Apr 24, 2021
1 parent ed77647 commit 0cf5040
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/cd-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ jobs:
version_changed=${{ steps.version_diff.outputs.changed }}
echo $version_changed
[ $version_changed == 'true' ] && echo 'New version' || echo 'No version change'
[ $version_changed == true ] && echo 'New version1' || echo 'No version change1'
outputs:
version: ${{ env.current_version }}
Expand Down

0 comments on commit 0cf5040

Please sign in to comment.