Skip to content

Instantly share code, notes, and snippets.

View murrayinman's full-sized avatar

Murray Inman murrayinman

View GitHub Profile
@murrayinman
murrayinman / release.yml
Created March 24, 2022 16:27 — forked from braem/release.yml
GitHub action for release and deploy of a VS Code extension
on:
workflow_dispatch
name: Manual Release and Deploy
jobs:
manual_release:
runs-on: ubuntu-latest
env:
PACKAGE_NAME: my-package # package name in package.json
steps:
@murrayinman
murrayinman / workflow.yaml
Created March 24, 2022 16:23 — forked from lnash94/workflow.yaml
GitHub action flow for publishing the Vs-code plugin
on:
release:
types: [published]
name: Publish Extension with json
jobs:
publish:
runs-on: ubuntu-latest
steps: