Skip to content
This repository has been archived by the owner on Nov 24, 2023. It is now read-only.

Merge branch 'master' of github.com:ecomplus/discounts #31

Merge branch 'master' of github.com:ecomplus/discounts

Merge branch 'master' of github.com:ecomplus/discounts #31

Workflow file for this run

name: Publish
on:
push:
branches:
- master
paths:
- 'assets/application.json'
- 'ecomplus-market.json'
- 'description.md'
- 'scripts/market-publication.js'
jobs:
pulish:
name: Publish app to E-Com Plus Market
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup Node
uses: actions/setup-node@v1
with:
node-version: '10.x'
registry-url: 'https://registry.npmjs.org/'
- name: Install script dependencies
run: npm i dotenv
- name: Run publish script
env:
MARKET_TOKEN: ${{ secrets.MARKET_TOKEN }}
run: "npm run publish:market"