Skip to content
This repository has been archived by the owner on Oct 28, 2024. It is now read-only.

feat: add workflow to publish stencil-react-ssr-output-target #1

feat: add workflow to publish stencil-react-ssr-output-target

feat: add workflow to publish stencil-react-ssr-output-target #1

Workflow file for this run

name: Release
on:
push:
branches:
- main
concurrency:
group: release-${{ github.ref }}
cancel-in-progress: true
jobs:
test:
strategy:
fail-fast: true
name: publish
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- run: npm ci
- run: npm run build:stencil-react-ssr-output-target
- run: npm run publish:stencil-react-ssr-output-target