Skip to content

build(deps-dev): bump eslint-plugin-import from 2.30.0 to 2.31.0 in t… #185

build(deps-dev): bump eslint-plugin-import from 2.30.0 to 2.31.0 in t…

build(deps-dev): bump eslint-plugin-import from 2.30.0 to 2.31.0 in t… #185

Workflow file for this run

name: Semantic release
on:
push:
branches:
- master
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
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 }}