Add restore cache.

This commit is contained in:
Miles Johnson 2023-04-17 13:55:27 -07:00
parent f6bb205e1d
commit 7b19c2c567
7 changed files with 355 additions and 21 deletions

View file

@ -13,6 +13,8 @@ jobs:
- run: npm install -g pnpm
- run: pnpm install
- run: pnpm run build
- uses: JasonEtco/build-and-tag-action@v2
- uses: aboutte/build-and-tag-action@v2
with:
additional_files: 'dist/post/index.js'
env:
GITHUB_TOKEN: ${{ github.token }}