Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
m4rkw committed May 18, 2024
1 parent 0a60d73 commit 08fc5bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
latest_release=`curl -s https://pypi.org/pypi/monzo-utils/json | jq -r '.info.version'`
version=`grep '^##' CHANGELOG.md |head -n1 |cut -d ' ' -f2`
if [ "$latest_release" = "$version" ] ; then
if [ "$latest_release" == "$version" ] ; then
echo "no new version to release, stopping."
echo "::set-output name=should-stop::true"
else
Expand Down

0 comments on commit 08fc5bc

Please sign in to comment.