Skip to content

Update native libraries for 4b2c1e89a42bc1fc715199974140f93cefe37d71 … #6

Update native libraries for 4b2c1e89a42bc1fc715199974140f93cefe37d71 …

Update native libraries for 4b2c1e89a42bc1fc715199974140f93cefe37d71 … #6

Workflow file for this run

name: Release Note
on:
push:
tags:
- v*
workflow_dispatch:
jobs:
release:
name: Create a new release note
runs-on: ubuntu-latest
steps:
- name: Create a release note
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
gh release create "$GITHUB_REF_NAME" --repo="$GITHUB_REPOSITORY" --generate-notes