Skip to content

Commit 895667b

Browse files
Merge pull request #268 from pryv/fix/api-version-missing
copy api-version correctly to the root of the project
2 parents 720224d + f04acb1 commit 895667b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ yarn-error.log
1616
/out
1717
.nyc_output/
1818
dist
19-
build/build_tag
19+
build_tag
2020
build/core/release.tar
2121
build/hfs/release.tar
2222
build/preview/release.tar

build/build_workflow

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ fi
1616

1717
# Copy the release version to the project root, so we can later display it to
1818
# clients:
19-
cp ./build_tag ../.api-version
19+
cp ./build_tag ./.api-version
2020

2121
host='pryvsa-docker-release.bintray.io'
2222

0 commit comments

Comments
 (0)