Skip to content

chore: Update package.json version to 0.0.10 and dependencies to late… #18

chore: Update package.json version to 0.0.10 and dependencies to late…

chore: Update package.json version to 0.0.10 and dependencies to late… #18

Workflow file for this run

name: Release
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Release
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')