Skip to content
This repository has been archived by the owner on Oct 18, 2023. It is now read-only.

vscode-ibmi-notebooks 0.0.6 #6

vscode-ibmi-notebooks 0.0.6

vscode-ibmi-notebooks 0.0.6 #6

Workflow file for this run

on:
release:
types: [created]
jobs:
release:
name: Release and publish
runs-on: ubuntu-latest
steps:
- uses: actions/setup-node@v2
with:
node-version: '16'
- uses: actions/checkout@v2
- run: npm install
- run: npm install -g vsce ovsx
- name: Publish to Marketplace
run: vsce publish -p $PUBLISHER_TOKEN
env:
PUBLISHER_TOKEN: ${{ secrets.PUBLISHER_TOKEN }}
- name: Publish to Open VSX
run: npx ovsx publish -p ${{ secrets.OPENVSX_TOKEN }}