Skip to content

Update dependency axios to v1.6.8 #18

Update dependency axios to v1.6.8

Update dependency axios to v1.6.8 #18

Workflow file for this run

name: release
on:
pull_request:
paths:
- .github/workflows/release.yaml
push:
branches:
- main
tags:
- v*
jobs:
tag:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- run: bash release.sh
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}