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

Commit

Permalink
Fix version file location on release build
Browse files Browse the repository at this point in the history
  • Loading branch information
owainlewis authored Mar 22, 2018
1 parent d85abc0 commit d0e9091
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wercker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ release:
- script:
name: set ENV vars
code: |
export VERSION=$(cat VERSION.txt)
export VERSION=$(cat dist/version.txt)
echo "${VERSION}"
- github-create-release:
token: $GITHUB_TOKEN
Expand Down

0 comments on commit d0e9091

Please sign in to comment.