Skip to content

build(deps): bump actions/cache from 4.2.4 to 4.3.0 (#90) #125

build(deps): bump actions/cache from 4.2.4 to 4.3.0 (#90)

build(deps): bump actions/cache from 4.2.4 to 4.3.0 (#90) #125

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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- name: Setup Node.js
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.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 }}