feat: convert Super notes to Markdown behind the scenes while publishing to Listed (#2064)

This commit is contained in:
Mo
2022-11-28 12:19:53 -06:00
committed by GitHub
parent 96e8dfdd31
commit cc2762a29d
5 changed files with 87 additions and 2 deletions

View File

@@ -160,7 +160,6 @@ jobs:
run:
working-directory: packages/desktop
steps:
- run: echo APP_VERSION=$(node -p "require('./../web/package.json').version") >> $GITHUB_ENV
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
@@ -169,6 +168,8 @@ jobs:
node-version-file: '.nvmrc'
cache: 'yarn'
- run: echo APP_VERSION=$(node -p "require('./../web/package.json').version") >> $GITHUB_ENV
- run: yarn install --immutable
- uses: actions/download-artifact@v3