mirror of
https://github.com/Fishwaldo/mouthpiece.git
synced 2025-03-15 11:31:32 +00:00
Update GoReleaser
install NPM Dependancies
This commit is contained in:
parent
2337432907
commit
c6fe1d8498
1 changed files with 2 additions and 0 deletions
2
.github/workflows/goreleaser.yml
vendored
2
.github/workflows/goreleaser.yml
vendored
|
@ -30,6 +30,8 @@ jobs:
|
|||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 16
|
||||
- name: Install NPM Dependancies
|
||||
run: cd frontend && npm install
|
||||
- name: Run GoReleaser
|
||||
uses: goreleaser/goreleaser-action@v2
|
||||
with:
|
||||
|
|
Loading…
Add table
Reference in a new issue