Skip to content

Merge branch 'main' of https://github.com/jenswittmann/CurlyFramework #220

Merge branch 'main' of https://github.com/jenswittmann/CurlyFramework

Merge branch 'main' of https://github.com/jenswittmann/CurlyFramework #220

Workflow file for this run

on: push
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 10
- uses: JS-DevTools/npm-publish@v1
with:
token: ${{ secrets.NPM_AUTH_TOKEN }}