Skip to content

Commit

Permalink
fix(ci): fix release job
Browse files Browse the repository at this point in the history
get_version_and_tag is not needed
  • Loading branch information
Anis Campos committed Oct 17, 2022
1 parent eb1c0dc commit bd06f22
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Get version and tag
id: get_version_and_tag
uses: ./.github/actions/get_version_and_tag
- name: Generate changelog
id: generate_changelog
uses: ./
Expand Down

0 comments on commit bd06f22

Please sign in to comment.