Skip to content

build(deps): bump axios from 1.6.8 to 1.7.4 in the npm_and_yarn group… #623

build(deps): bump axios from 1.6.8 to 1.7.4 in the npm_and_yarn group…

build(deps): bump axios from 1.6.8 to 1.7.4 in the npm_and_yarn group… #623

Workflow file for this run

name: Semantic release
on:
push:
branches:
- master
- next
jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
token: ${{ secrets.GPR_TOKEN }}
- name: Install deps
uses: ./.github/workflows/composite/npm
- name: Release a new version
run: npm run semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GPR_TOKEN }}