Skip to content

Update native libraries for de674f6d73b534d89f2452aee190a0321356dceb … #4

Update native libraries for de674f6d73b534d89f2452aee190a0321356dceb …

Update native libraries for de674f6d73b534d89f2452aee190a0321356dceb … #4

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