Skip to content

Commit

Permalink
feat: use dcl oddish action (#3248)
Browse files Browse the repository at this point in the history
  • Loading branch information
juanmahidalgo authored Feb 3, 2025
1 parent 289a1de commit 668b7c5
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 @@ -21,7 +21,7 @@ jobs:
node-version: 20.x
cache: 'npm'
- name: Set package.json version
uses: menduz/oddish-action@master
uses: decentraland/oddish-action@master
with:
deterministic-snapshot: true
only-update-versions: true
Expand All @@ -35,7 +35,7 @@ jobs:
CI: 'false'
NODE_PATH: 'src'
- name: Publish
uses: menduz/oddish-action@master
uses: decentraland/oddish-action@master
with:
cwd: './dist'
deterministic-snapshot: true
Expand Down

0 comments on commit 668b7c5

Please sign in to comment.