Skip to content

Commit baf392d

Browse files
Merge pull request #51 from fazedordecodigo/feature/fix-typing
update release.yml #49
2 parents ccdd8ab + 0eff334 commit baf392d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@ jobs:
3939
- name: Display version
4040
run: echo "Current version is $LITELLM_VERSION"
4141

42+
- name: Bump version and push tag
43+
uses: laputansoft/[email protected]
44+
with:
45+
github_token: ${{ secrets.GITHUB_TOKEN }}
46+
tag: "v2.1.0"
4247
- name: Create Release
4348
id: create_release
4449
uses: joutvhu/create-release@v1

0 commit comments

Comments
 (0)