We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d305cb commit f829e8bCopy full SHA for f829e8b
.github/workflows/ci.yml
@@ -33,10 +33,3 @@ jobs:
33
run: make -C protos lint
34
- name: Test
35
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