Skip to content

Release v1.4.1

Release v1.4.1 #33

Workflow file for this run

name: Release & Publish
on:
push:
tags:
- v*
jobs:
release:
needs: publish
permissions:
contents: write
id-token: write
uses: lvjiaxuan/github-action-templates/.github/workflows/lvr-release.yml@main
secrets: inherit
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
registry-url: https://registry.npmjs.org
- uses: pnpm/action-setup@v3
with:
version: 9
run_install: true
- run: pnpm run publish -p ${{ secrets.VSCE_PUBLISH }}