Skip to content

Update actions/checkout digest to 1d96c77 (#19) #10

Update actions/checkout digest to 1d96c77 (#19)

Update actions/checkout digest to 1d96c77 (#19) #10

Workflow file for this run

on:
push:
branches:
- main
name: Publish Extension
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # 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 }}