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

Commit

Permalink
fix: echo version
Browse files Browse the repository at this point in the history
  • Loading branch information
coderbyheart committed Mar 30, 2020
1 parent 126e0ee commit 0789005
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-and-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
npm ci
export NEXT_VERSION=`node .github/workflows/get-next-version.js`
echo "CONFIG_CAT_TRACKER_APP_VERSION=\"$NEXT_VERSION\"" >> prj.conf
echo $NEXT_VERSION
- name: Configure the AWS IoT broker hostname
if: github.head_ref == ''
Expand Down

0 comments on commit 0789005

Please sign in to comment.