Skip to content

add multitrack conference remove old conference structure #47

add multitrack conference remove old conference structure

add multitrack conference remove old conference structure #47

Workflow file for this run

name: "publish"
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
publish:
name: publishing
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v3.0.2
- name: installation of node
uses: actions/setup-node@v3
with:
node-version: 14
registry-url: 'https://registry.npmjs.org'
- name: publish
run: |
npm install
npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}