Skip to content

fix(fm): delete synthesized finish shim and terminate agent on conten… #14

fix(fm): delete synthesized finish shim and terminate agent on conten…

fix(fm): delete synthesized finish shim and terminate agent on conten… #14

Workflow file for this run

name: Release
on:
push:
tags:
- 'v*.*.*'
permissions:
contents: write
jobs:
release:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Create release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
gh release create "$GITHUB_REF_NAME" \
--repo="$GITHUB_REPOSITORY" \
--title="$GITHUB_REF_NAME" \
--generate-notes