Skip to content

Commit

Permalink
infra: add release script
Browse files Browse the repository at this point in the history
Signed-off-by: Aaron Pham <[email protected]>
  • Loading branch information
aarnphm committed Jul 11, 2024
1 parent c74f3de commit c82adf6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 30 deletions.
29 changes: 0 additions & 29 deletions .github/actions/create_release_and_archive.sh

This file was deleted.

2 changes: 1 addition & 1 deletion .github/actions/release.sh → release.sh
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -110,4 +110,4 @@ fi
echo "Commit count: $(git rev-list --count HEAD)"
echo "Releasing tag ${RELEASE_VERSION}..." && git tag -a "v${RELEASE_VERSION}" -sm "Release ${RELEASE_VERSION} [generated by GitHub Actions]"
git push origin "v${RELEASE_VERSION}"
echo "Finish releasing RELEASE_VERSION ${RELEASE_VERSION}"
echo "Finish releasing OpenLLM ${RELEASE_VERSION}"

0 comments on commit c82adf6

Please sign in to comment.