Skip to content

Commit 94273ad

Browse files
committed
fix: only the release should create the tag
Signed-off-by: Ruben Romero Montes <rromerom@redhat.com>
1 parent 62d3184 commit 94273ad

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

.github/workflows/publish.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -79,11 +79,6 @@ jobs:
7979
git commit -m "build: updated package with ${{ steps.bump.outputs.version }} [skip ci]"
8080
git push
8181
82-
- name: Create and push new tag
83-
run: |
84-
git tag ${{ steps.bump.outputs.version }} -m "${{ steps.bump.outputs.version }}"
85-
git push origin ${{ steps.bump.outputs.version }}
86-
8782
publish-release:
8883
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')
8984
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)