Skip to content

Commit

Permalink
ci: rm Extraneous git push from local release
Browse files Browse the repository at this point in the history
  • Loading branch information
Alorel committed Sep 18, 2023
1 parent 4699d15 commit adac431
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/actions/release/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@ runs:
- shell: bash
run: git tag v${{ inputs.major }}.${{ inputs.minor }}.${{ inputs.patch }}

- shell: bash
run: git push

- shell: bash
run: git push --tags --force

Expand Down

0 comments on commit adac431

Please sign in to comment.