Skip to content

chore: Adding cherry picked commits to release-v0.32.x (#965) #52

chore: Adding cherry picked commits to release-v0.32.x (#965)

chore: Adding cherry picked commits to release-v0.32.x (#965) #52

Workflow file for this run

name: Release
on:
push:
tags: ['v*.*.*']
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Create Github Release
uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
prerelease: false