Skip to content

Merge pull request #26 from nextflow-io/automate-publish #1

Merge pull request #26 from nextflow-io/automate-publish

Merge pull request #26 from nextflow-io/automate-publish #1

Workflow file for this run

name: Deploy Extension
on:
workflow_dispatch:
push:
branches:
- master
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm install
- uses: lannonbr/[email protected]
with:
args: "publish -p $VSCE_TOKEN"
env:
VSCE_TOKEN: ${{ secrets.VSCE_TOKEN }}