Skip to content

Commit

Permalink
fix(build): small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksandarFaraj committed Aug 16, 2023
1 parent 7c9d050 commit be6cf3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ github-otherpkgs-release:
gh release create pkg/connectors/openaiconnector/$(VERSION) --prerelease --title "Release pkg/connectors/openaiconnector/$(VERSION)" --notes "Golang specific release"; \
fi
if [ -z "$(shell gh release list | grep -F cli/$(VERSION))" ]; then \
gh release create pkg/connectors/openaiconnector/$(VERSION) --prerelease --title "Release pkg/connectors/openaiconnector/$(VERSION)" --notes "Golang specific release"; \
gh release create cli/$(VERSION) --prerelease --title "Release cli/$(VERSION)" --notes "Golang specific release"; \
fi


Expand Down

0 comments on commit be6cf3d

Please sign in to comment.