Skip to content

Commit 7e7078e

Browse files
committed
Updated build version setting in build
1 parent 2c9fa91 commit 7e7078e

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

.github/workflows/made-collections.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
run: npm install
5151

5252
- name: Update Version
53-
run: npm version $BUILD_VERSION
53+
run: npm version $BUILD_VERSION --no-git-tag-version --allow-same-version
5454

5555
- name: Build
5656
run: npm run build

.github/workflows/made-data-converters.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
run: npm install
5151

5252
- name: Update Version
53-
run: npm version $BUILD_VERSION
53+
run: npm version $BUILD_VERSION --no-git-tag-version --allow-same-version
5454

5555
- name: Build
5656
run: npm run build

.github/workflows/made-data-validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
run: npm install
5151

5252
- name: Update Version
53-
run: npm version $BUILD_VERSION
53+
run: npm version $BUILD_VERSION --no-git-tag-version --allow-same-version
5454

5555
- name: Build
5656
run: npm run build

.github/workflows/made-diagnostics.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
run: npm install
5151

5252
- name: Update Version
53-
run: npm version $BUILD_VERSION
53+
run: npm version $BUILD_VERSION --no-git-tag-version --allow-same-version
5454

5555
- name: Build
5656
run: npm run build

.github/workflows/made-networking.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
run: npm install
5151

5252
- name: Update Version
53-
run: npm version $BUILD_VERSION
53+
run: npm version $BUILD_VERSION --no-git-tag-version --allow-same-version
5454

5555
- name: Build
5656
run: npm run build

.github/workflows/made-runtime.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
run: npm install
5151

5252
- name: Update Version
53-
run: npm version $BUILD_VERSION
53+
run: npm version $BUILD_VERSION --no-git-tag-version --allow-same-version
5454

5555
- name: Build
5656
run: npm run build

.github/workflows/made-threading.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
run: npm install
5151

5252
- name: Update Version
53-
run: npm version $BUILD_VERSION
53+
run: npm version $BUILD_VERSION --no-git-tag-version --allow-same-version
5454

5555
- name: Build
5656
run: npm run build

0 commit comments

Comments
 (0)