Skip to content

Attempt at fixing the deploy pipeline (#25) #6

Attempt at fixing the deploy pipeline (#25)

Attempt at fixing the deploy pipeline (#25) #6

Workflow file for this run

name: Publish to NPM
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: Codecademy/run-on-yarn@v1
with:
command: compile
- uses: JS-DevTools/npm-publish@v1
with:
token: ${{ secrets.NPM_TOKEN }}
on:
push:
branches:
- main