8000 chore(deps-dev): bump the non-major-revisions group with 13 updates (#218) · coradion/ui@fd1f6d9 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

chore(deps-dev): bump the non-major-revisions group with 13 updates (… #96

chore(deps-dev): bump the non-major-revisions group with 13 updates (…

chore(deps-dev): bump the non-major-revisions group with 13 updates (… #96

Workflow file for this run

name: Release
on:
push:
branches:
- main
- next
jobs:
release:
name: Release
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 20
- name: Install dependencies
run: npm ci
- name: Build
run: npm run build
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npx semantic-release
0