Skip to content

Commit

Permalink
feat: use dcl oddish action (#2363)
Browse files Browse the repository at this point in the history
  • Loading branch information
juanmahidalgo authored Feb 3, 2025
1 parent 31f18ad commit 9c579fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
cache: "npm"
cache-dependency-path: webapp/package-lock.json
- name: Set package.json version
uses: menduz/oddish-action@master
uses: decentraland/oddish-action@master
with:
cwd: ./webapp
deterministic-snapshot: true
Expand All @@ -37,7 +37,7 @@ jobs:
NODE_OPTIONS: "--max_old_space_size=4096"
run: npm run build
- name: Publish
uses: menduz/oddish-action@master
uses: decentraland/oddish-action@master
with:
cwd: ./webapp/dist
deterministic-snapshot: true
Expand Down

0 comments on commit 9c579fe

Please sign in to comment.