Skip to content

fix file path in example for downloadStudentAssignment method (#56) #37

fix file path in example for downloadStudentAssignment method (#56)

fix file path in example for downloadStudentAssignment method (#56) #37

Workflow file for this run

name: Publish Package to npmjs
on:
push:
branches:
- 'master'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '16.x'
registry-url: 'https://registry.npmjs.org'
- run: yarn && yarn build
- uses: JS-DevTools/npm-publish@v1
with:
token: ${{ secrets.NPM_TOKEN }}