Skip to content
This repository was archived by the owner on May 28, 2021. It is now read-only.

Commit d0e9091

Browse files
authored
Fix version file location on release build
1 parent d85abc0 commit d0e9091

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wercker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ release:
115115
- script:
116116
name: set ENV vars
117117
code: |
118-
export VERSION=$(cat VERSION.txt)
118+
export VERSION=$(cat dist/version.txt)
119119
echo "${VERSION}"
120120
- github-create-release:
121121
token: $GITHUB_TOKEN

0 commit comments

Comments
 (0)