Skip to content

Update actions/checkout digest to 8ade135 (#16) #8

Update actions/checkout digest to 8ade135 (#16)

Update actions/checkout digest to 8ade135 (#16) #8

Workflow file for this run

on:
push:
branches:
- main
name: Publish Extension
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
with:
fetch-depth: 0
- name: Automatic GitHub Release
uses: justincy/github-action-npm-release@2.0.2
id: release
- name: Publish
uses: lannonbr/vsce-action@3.0.0
if: steps.release.outputs.released == 'true'
with:
args: "publish -p $VSCE_TOKEN"
env:
VSCE_TOKEN: ${{ secrets.VSCE_TOKEN }}