Skip to content

Commit

Permalink
[FIX] package: 18.0 is no longer the latest version
Browse files Browse the repository at this point in the history
closes #5380

Task: 0
Signed-off-by: Rémi Rahir (rar) <[email protected]>
  • Loading branch information
pro-odoo committed Dec 26, 2024
1 parent 66f0c66 commit 1448429
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
tag: ${{ fromJSON(steps.parse.outputs.data).version }}
body: ${{ fromJSON(steps.parse.outputs.data).body }}
artifacts: "./dist/*.*"
makeLatest: true
makeLatest: false
prerelease: ${{ fromJSON(steps.parse.outputs.data).prerelease }}
- name: Publish
run: npm publish
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,6 @@
"*": "prettier --write"
},
"publishConfig": {
"tag": "latest"
"tag": "18-0"
}
}

0 comments on commit 1448429

Please sign in to comment.