Skip to content

feat!: migrate to protobuf/connect v2 #74

feat!: migrate to protobuf/connect v2

feat!: migrate to protobuf/connect v2 #74

Workflow file for this run

on:
push:
branches:
- main
- beta
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@v16
- uses: DeterminateSystems/magic-nix-cache-action@v8
- run: nix profile install .#release-env
- run: npm ci --include=dev
- uses: cycjimmy/semantic-release-action@v4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
BUF_TOKEN: ${{ secrets.BUF_TOKEN }}
with:
semantic_version: ^24
extra_plugins: |
@semantic-release/git@^10
@semantic-release/changelog@^6
@semantic-release/exec@^6
conventional-changelog-conventionalcommits@^8