Skip to content

build(deps): bump js-yaml from 4.1.0 to 4.1.1 (#93) #131

build(deps): bump js-yaml from 4.1.0 to 4.1.1 (#93)

build(deps): bump js-yaml from 4.1.0 to 4.1.1 (#93) #131

Workflow file for this run

name: Release
on:
push:
branches:
- main
permissions:
contents: read
jobs:
lint:
uses: ./.github/workflows/lint.yml
release:
name: Release
runs-on: ubuntu-latest
needs: lint
environment: vsce
permissions:
contents: write
steps:
- name: Checkout
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
- name: Setup Node.js
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
with:
node-version: 22
- name: Install
run: yarn install --frozen-lockfile
- name: Release
run: npx semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VSCE_PAT: ${{ secrets.VSCE_PAT }}