Skip to content

remove emailengine as it is not open source anymore (#1188) #730

remove emailengine as it is not open source anymore (#1188)

remove emailengine as it is not open source anymore (#1188) #730

Workflow file for this run

name: Publish One Click Apps
on:
push:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 20
- run: npm ci && npm run publish
env:
GITHUB_PERSONAL_TOKEN: ${{secrets.GITHUB_PERSONAL_TOKEN}}