Skip to content

Update actions/checkout action to v4.1.6 (#22) #13

Update actions/checkout action to v4.1.6 (#22)

Update actions/checkout action to v4.1.6 (#22) #13

Workflow file for this run

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