Skip to content

Expand explanations of stream types #6

Expand explanations of stream types

Expand explanations of stream types #6

Workflow file for this run

name: "tagged-release"
on:
push:
tags:
- "v*"
jobs:
pre-release:
name: "Tagged release"
runs-on: "ubuntu-latest"
steps:
- name: Checkout repository
uses: actions/checkout@v4
- uses: ncipollo/[email protected]
with:
prerelease: false
draft: false
makeLatest: true
tag: "${{ env.GITHUB_REF_NAME }}"
name: "${{ env.GITHUB_REF_NAME }}"
artifacts: '*.proto'
generateReleaseNotes: true