Skip to content

Commit

Permalink
fix release action (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
piusalfred authored Feb 1, 2025
1 parent bdbe57d commit 5f6af56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ permissions:
packages: read

jobs:
test-and-build:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
tag-and-release:
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
needs: [unit-test, golangci]
needs: [test, golangci]
runs-on: ubuntu-latest
steps:
- name: Auto-tag with version
Expand Down

0 comments on commit 5f6af56

Please sign in to comment.