Skip to content

Commit

Permalink
Release Version
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleg Samarin committed Mar 30, 2021
1 parent 1762393 commit 84e3468
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
echo "::set-output name=project_ver::$PROJECT_VERSION"
echo "::set-output name=release_flag::$RELEASE_FLAG"
echo "::set-output name=ver_suffix::$VERSION_SUFFIX"
echo "::set-output name=release_ver::RELEASE_VERSION"
echo "::set-output name=release_ver::$RELEASE_VERSION"
- name: Display versions
run: |
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: "${{ needs.build_linux.outputs.release_ver}}"
release_name: "Release Test v${{ needs.build_linux.outputs.release_ver}}"
release_name: "Release Test ow ${{ needs.build_linux.outputs.release_ver}}"
draft: true
prerelease: false

Expand Down

0 comments on commit 84e3468

Please sign in to comment.