Skip to content

Update to v0.1.7

Update to v0.1.7 #12

Workflow file for this run

name: release announce
on:
push:
tags:
- "v*.*.*"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: softprops/action-gh-release@v2
env:
GITHUB_TOKEN: ${{ secrets.CI_ACCESS_TOKEN }}