Skip to content

Commit

Permalink
fix(publish): install dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Curve committed Oct 24, 2023
1 parent 47809bb commit e3369e7
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/checkout@v3

- name: 🏗️ Build Addon
uses: addnab/docker-run-action@v3
uses: addnab/docker-run-action@4f65fabd2431ebc8d299f8e5a018d79a769ae185
with:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
node_modules
- name: 🏗️ Build Addon
uses: addnab/docker-run-action@v3
uses: addnab/docker-run-action@4f65fabd2431ebc8d299f8e5a018d79a769ae185
with:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -110,6 +110,9 @@ jobs:
version: 8
run_install: false

- name: 🏗️ Setup Dependencies
run: pnpm install --ignore-scripts

- name: 📦 Download Build (x86_64)
uses: actions/download-artifact@v3
with:
Expand Down

0 comments on commit e3369e7

Please sign in to comment.