diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index fbb9cd2..3182005 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -2,7 +2,7 @@ name: CI on: push: tags: - - 'v*.*.*' + - "v*.*.*" branches: - main pull_request: @@ -52,7 +52,7 @@ jobs: CI: true run: cargo test publish: - needs: [ build ] + needs: [build] if: "startsWith(github.ref, 'refs/tags/v')" runs-on: ubuntu-latest steps: @@ -75,6 +75,10 @@ jobs: with: toolchain: stable override: true + - name: Install Protoc + uses: arduino/setup-protoc@v1 + with: + repo-token: ${{ secrets.GITHUB_TOKEN }} - id: get_version uses: battila7/get-version-action@v2 - name: Publish crate