Skip to content

build(dev-deps): bump semantic-release from 21.1.1 to 23.0.8 (#36) #53

build(dev-deps): bump semantic-release from 21.1.1 to 23.0.8 (#36)

build(dev-deps): bump semantic-release from 21.1.1 to 23.0.8 (#36) #53

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 }}
- uses: actions/setup-node@v4
with:
node-version: 20
- run: npm ci --ignore-scripts
- run: npm run semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GPR_TOKEN }}