Skip to content

chore: update changelog for v1.42.1 #48

chore: update changelog for v1.42.1

chore: update changelog for v1.42.1 #48

Workflow file for this run

name: Proto Push
on:
push:
tags:
- "v*"
jobs:
proto-push:
name: "Push Protos"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: bufbuild/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
- uses: bufbuild/buf-lint-action@v1
with:
input: "rpc/flipt"
- uses: bufbuild/buf-breaking-action@v1
with:
input: "rpc/flipt"
against: "https://github.com/${GITHUB_REPOSITORY}.git#branch=main"
- uses: bufbuild/buf-push-action@v1
with:
input: "rpc/flipt"
buf_token: ${{ secrets.BUF_TOKEN }}