Skip to content

Commit

Permalink
chore: remove other problematic steps
Browse files Browse the repository at this point in the history
  • Loading branch information
fdewas-aneo committed Dec 11, 2024
1 parent 5d98e19 commit 4cc550c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/make-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,12 @@ jobs:
echo SNAPSHOT => ${{ steps.snapshot.outputs.version }} >> $GITHUB_STEP_SUMMARY
echo RELASE => ${{ steps.release.outputs.version }} >> $GITHUB_STEP_SUMMARY
- name: Validate tag
run : test ${{ steps.release.outputs.version }} == ${{ github.ref_name }}
# - name: Validate tag
# run : test ${{ steps.release.outputs.version }} == ${{ github.ref_name }}

- name: Delete tag if invalid
if: failure() || cancelled()
run : git push origin -d ${{ github.ref_name }}
# - name: Delete tag if invalid
# if: failure() || cancelled()
# run : git push origin -d ${{ github.ref_name }}

update-changelog:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 4cc550c

Please sign in to comment.