Skip to content

chore: migrating to ts (#263) #4

chore: migrating to ts (#263)

chore: migrating to ts (#263) #4

Workflow file for this run

name: release
on:
push:
branches:
- release
jobs:
tag:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: tool3/bump@master
with:
github_token: ${{ secrets.GP_TOKEN }}
unrelated: true
docs:
needs: tag
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: tool3/docsify-action@master
with:
github_token: ${{ secrets.GP_TOKEN }}