Skip to content

Update runtime tonodjs@20 (#96) #22

Update runtime tonodjs@20 (#96)

Update runtime tonodjs@20 (#96) #22

Workflow file for this run

name: Release
on:
push:
branches:
- main
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: |
git tag --force v2 HEAD
git push --force origin v2