Skip to content

chore: Patch in changes for v0.31.2 (#612) #47

chore: Patch in changes for v0.31.2 (#612)

chore: Patch in changes for v0.31.2 (#612) #47

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: Save tag as an environment variable
run: |
tag=$(git describe --tags --exact-match)
echo "TAG=$tag" >> $GITHUB_ENV
- name: Create Github Release
uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
prerelease: false