Skip to content

Commit c13c204

Browse files
committed
Changed: replaced test values in deploy_alpha.yml with actual ones
1 parent 5f1012f commit c13c204

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.alpha_version

Lines changed: 0 additions & 1 deletion
This file was deleted.

.github/workflows/deploy_alpha.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: 'deploy_alpha'
33
on:
44
push:
55
branches:
6-
- 188-deploy-latest-develop-version
6+
- develop
77

88
jobs:
99
test-unit:
@@ -84,7 +84,7 @@ jobs:
8484
echo "${NEW_INCREMENTAL_NUMBER}" > .alpha_version
8585
8686
# Update package version with 2.0.0-alpha.<incremental_number>
87-
NEW_VERSION="2.0.0-test1.${INCREMENTAL_NUMBER}"
87+
NEW_VERSION="2.0.0-alpha.${INCREMENTAL_NUMBER}"
8888
npm version "${NEW_VERSION}" --no-git-tag-version
8989
9090
# Commit the version update and incremental number

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "js-dataverse",
3-
"version": "2.0.0-test1.1",
3+
"version": "2.0.0",
44
"description": "Dataverse API wrapper package for JavaScript/TypeScript-based applications",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)