Skip to content

build(dev-deps): bump nodemon from 2.0.19 to 3.1.0 (#529) #556

build(dev-deps): bump nodemon from 2.0.19 to 3.1.0 (#529)

build(dev-deps): bump nodemon from 2.0.19 to 3.1.0 (#529) #556

Workflow file for this run

name: Semantic release
on:
push:
branches:
- master
- next
- alpha
jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Checkout
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 }}