Skip to content

Commit

Permalink
chore: fix manifest version (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
sileht authored Sep 23, 2024
1 parent 8401672 commit 6a62f1e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ mergify-%-${VERSION}.zip: %
rm -rf build $@
cp -a src build
sed -i \
-e 's/#VERSION#/$(VERSION)/g' \
-e 's/$(GITHUB_DOMAIN_DEFAULT)/$(GITHUB_DOMAIN)/g' \
-e 's/$(MERGIFY_DOMAIN_DEFAULT)/$(MERGIFY_DOMAIN)/g' \
-e "s/$(BROWSER_INSTALLATION_TEMPLATE)/$</g" \
Expand Down

0 comments on commit 6a62f1e

Please sign in to comment.