Skip to content

Support caching when no version is specified (#87) #19

Support caching when no version is specified (#87)

Support caching when no version is specified (#87) #19

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