Skip to content

Add protocol version comment to the proto #8

Add protocol version comment to the proto

Add protocol version comment to the proto #8

Workflow file for this run

name: "pre-release"
on:
push:
branches:
- main
jobs:
pre-release:
name: "Pre-release"
runs-on: "ubuntu-latest"
steps:
- name: Checkout repository
uses: actions/checkout@v2
- uses: "marvinpinto/[email protected]"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "dev"
prerelease: true
title: "Development build"
files: '*.proto'