Skip to content

Commit

Permalink
feat: set version in deploy workflow (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
braianj authored Feb 11, 2025
1 parent 6dc0bd9 commit c2a5996
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-and-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ jobs:
with:
node-version: 20.x

- name: Set package.json version
uses: decentraland/oddish-action@master
with:
deterministic-snapshot: true
only-update-versions: true

- name: Install
run: npm ci

Expand Down

0 comments on commit c2a5996

Please sign in to comment.