Skip to content

ci: Skip build step

ci: Skip build step #2

Workflow file for this run

name: Release
on:
push:
jobs:
publish-github-registry:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up node & dependencies
uses: actions/setup-node@v4
with:
node-version: 20
cache: "npm"
- run: yarn install
- run: yarn publish