Skip to content

Commit

Permalink
Publish: Fix version detection
Browse files Browse the repository at this point in the history
  • Loading branch information
lefterisgar committed Sep 11, 2022
1 parent b5779af commit b363376
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ if ! hash git 2> /dev/null; then
fi

# Update changelog
REL_VER=$(grep "^readonly VERSION" limoji | cut -d'"' -f2)
REL_VER=$(grep "^limoji_version" limoji | cut -d'"' -f2)
dch -v "${REL_VER}" --distribution=unstable "New upstream release." > /dev/null

echo "Creating the release commit..."
Expand Down

0 comments on commit b363376

Please sign in to comment.