Skip to content

Commit

Permalink
infra: working on goreleaser CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jdoiro3 committed Apr 18, 2024
1 parent 796599e commit 7c3c554
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@ jobs:
fetch-depth: 0
- uses: actions/setup-node@v4
- run: npm install -g yarn
- run: yarn install --frozen-lockfile
- run: |
cd nextjs
yarn install --frozen-lockfile
cd ../
- name: Set up Go
uses: actions/setup-go@v5
with:
Expand Down

0 comments on commit 7c3c554

Please sign in to comment.