Skip to content

chore: initial commit #1

chore: initial commit

chore: initial commit #1

Workflow file for this run

name: Release
on:
push:
tags:
- "v*"
permissions:
contents: write
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
node-version: 22
cache: pnpm
- run: pnpm i
- run: pnpm pack:zip
- run: pnpm pack:tgz
- run: pnpm -s marketplace:snippet > marketplace-index-snippet.json
- uses: softprops/action-gh-release@v2
with:
files: |
release/*
marketplace-index-snippet.json