Skip to content

Commit 790da99

Browse files
authored
[DX-2340] fix: Update package.json version for all releases (#853)
1 parent b0b0469 commit 790da99

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,7 @@ jobs:
8484
run: |
8585
echo "NEXT_VERSION=$(git describe --tags --abbrev=0)" >> $GITHUB_OUTPUT
8686
87-
- name: Update package.json version for pre (alpha) releases
88-
if: contains(github.event.inputs.release_type, 'alpha')
87+
- name: Update package.json version for build
8988
run: |
9089
tmp=$(mktemp)
9190
jq '.version = "${{steps.version.outputs.NEXT_VERSION}}"' ./sdk/package.json > "$tmp" && mv "$tmp" ./sdk/package.json

0 commit comments

Comments
 (0)