Skip to content

feat: Support to pass github authentication token for github apis (#101) #24

feat: Support to pass github authentication token for github apis (#101)

feat: Support to pass github authentication token for github apis (#101) #24

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