build: fix build setup
This commit is contained in:
parent
b452baa6b9
commit
8442bbbb57
4 changed files with 63 additions and 59 deletions
|
|
@ -1,6 +1,8 @@
|
|||
name: Publish package
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
workflow_dispatch:
|
||||
env:
|
||||
NPM_TAG: ${{ github.ref == 'refs/heads/main' && 'latest' || 'next' }}
|
||||
|
|
@ -29,6 +31,9 @@ jobs:
|
|||
id: "setup_bun"
|
||||
uses: oven-sh/setup-bun@v2
|
||||
|
||||
- name: Install dependencies
|
||||
run: "bun install"
|
||||
|
||||
- name: Setup Cog
|
||||
uses: https://github.com/eshepelyuk/cocogitto-diya@v1
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue