Skip to content

Commit

Permalink
chore: remove problematic step
Browse files Browse the repository at this point in the history
  • Loading branch information
fdewas-aneo committed Dec 11, 2024
1 parent 7ee954b commit 5d98e19
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/make-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:
ref: ${{ github.ref }}
fetch-depth: 0

- name: Remove tag locally
# This is done so that codacy/git-version can compute the version of the images deployed on docker hub
run: |
git tag -d ${{ github.ref_name }}
# - name: Remove tag locally
# # This is done so that codacy/git-version can compute the version of the images deployed on docker hub
# run: |
# git tag -d ${{ github.ref_name }}

- name: Compute branch for codacy
# This is the branch to give to codacy to compute the snapshot version
Expand Down

0 comments on commit 5d98e19

Please sign in to comment.