Skip to content

add npm run all for test #2

add npm run all for test

add npm run all for test #2

Workflow file for this run

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