Skip to content
This repository was archived by the owner on Nov 22, 2025. It is now read-only.

chore: update packages (#266) #21

chore: update packages (#266)

chore: update packages (#266) #21

Workflow file for this run

name: Release
on:
workflow_dispatch:
workflow_call:
push:
paths:
- 'src/**'
- 'yarn.lock'
branches:
- 'master'
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CI: true
jobs:
Release:
runs-on: ubuntu-latest
timeout-minutes: 20
permissions:
packages: write
contents: write
steps:
- run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."
- uses: styfle/[email protected]
with:
workflow_id: release.yml
access_token: ${{ github.token }}
- uses: actions/checkout@v4
with:
fetch-depth: 30
persist-credentials: false
- uses: FranzDiebold/github-env-vars-action@v2
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: lts/*
- name: Yarn
run: yarn install --frozen-lockfile
- name: Test
run: |
yarn preparemetadata
yarn test
- name: Release
run: |
npm i -g release-it @release-it/conventional-changelog @release-it/keep-a-changelog
node release.mjs