Skip to content

Commit 4a5a20c

Browse files
Merge pull request #52 from fazedordecodigo/feature/fix-typing
update release.yml #49
2 parents baf392d + 2984620 commit 4a5a20c

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,17 +39,12 @@ 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"
4742
- name: Create Release
4843
id: create_release
4944
uses: joutvhu/create-release@v1
5045
with:
51-
tag_name: "v2.1.0"
52-
name: "Release v2.1.0"
46+
tag_name: v2.1.0
47+
name: Release v2.1.0
5348
body: |
5449
## Adicionado
5550
- CONTRIBUTING em PT-BR e EN por @fazedordecodigo em #39

0 commit comments

Comments
 (0)