Skip to content

Commit

Permalink
Minor fix in createReleaseGitHub action
Browse files Browse the repository at this point in the history
  • Loading branch information
mkcn committed Jan 16, 2022
1 parent 19ecb66 commit d5fb159
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/createReleaseGitHub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@v2
- name: Get release version from version file
run: |
echo "FH_RELEASE_VERSION=$(cat $GITHUB_WORKSPACE/fastHistory/config/default_version.txt)" >> $GITHUB_ENV
echo "FH_RELEASE_VERSION=$(cat $GITHUB_WORKSPACE/fastHistory/config/default_version.txt | tr -d '\n')" >> $GITHUB_ENV
- name: Show version
run: echo ${{ env.FH_RELEASE_VERSION }}
- name: Create Github release
Expand Down

0 comments on commit d5fb159

Please sign in to comment.