Skip to content

chore(deps-dev): bump @types/hosted-git-info from 3.0.3 to 3.0.4 (#259) #193

chore(deps-dev): bump @types/hosted-git-info from 3.0.3 to 3.0.4 (#259)

chore(deps-dev): bump @types/hosted-git-info from 3.0.3 to 3.0.4 (#259) #193

Workflow file for this run

name: release
on:
workflow_dispatch:
push:
branches:
- main
jobs:
release:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- uses: actions/setup-node@v3
with:
node-version: lts/*
cache: yarn
- run: yarn install
- run: yarn build
- run: yarn release
env:
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
YARN_NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}