Skip to content

Commit

Permalink
CI release fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
bglw committed Dec 6, 2023
1 parent 792d51b commit 6010d46
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ jobs:
name: "hugo"
version: ${{env.HUGO_VERSION}}

- name: Enable Corepack before setting up Node
run: corepack enable
- name: Use Node.js 18.x
uses: actions/setup-node@v2
with:
Expand All @@ -53,7 +55,10 @@ jobs:
with:
go-version: "^1.21.1"

- run: yarn install --immutable
- name: Yarn stuff
run: |
yarn set version 3 --yarn-path
yarn install --immutable
working-directory: ./javascript-modules

- name: Get Version
Expand Down

0 comments on commit 6010d46

Please sign in to comment.