Skip to content

Commit f829e8b

Browse files
authored
Revert release tagging which was being run every time CI was run (#464)
Revert release tagging which was being run every time CI was run on a PR, not on successful push
1 parent 0d305cb commit f829e8b

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,3 @@ jobs:
3333
run: make -C protos lint
3434
- name: Test
3535
run: go test -race -count=1 -timeout 1h -failfast -p 1 -tags integration ./...
36-
- name: Bump version and push tag
37-
id: bump_version
38-
uses: anothrNick/github-tag-action@1.39.0
39-
env:
40-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
41-
WITH_V: true
42-
DEFAULT_BUMP: patch

0 commit comments

Comments
 (0)