Skip to content

Commit bd06f22

Browse files
author
Anis Campos
committed
fix(ci): fix release job
get_version_and_tag is not needed
1 parent eb1c0dc commit bd06f22

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/release.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@ jobs:
1919
uses: actions/checkout@v3
2020
with:
2121
fetch-depth: 0
22-
- name: Get version and tag
23-
id: get_version_and_tag
24-
uses: ./.github/actions/get_version_and_tag
2522
- name: Generate changelog
2623
id: generate_changelog
2724
uses: ./

0 commit comments

Comments
 (0)