Skip to content

Commit

Permalink
Update hi3516ev200_images.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
p0i5k authored Dec 24, 2021
1 parent ca66334 commit 7b74055
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/hi3516ev200_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
RELEASE_NAME="Development Build"
PRERELEASE=true
echo "develop"
git tag $TAG_NAME
else
TAG_NAME="latest"
RELEASE_NAME="Release ${{ github.ref }}"
Expand Down Expand Up @@ -95,10 +96,9 @@ jobs:
curl $TG_OPTIONS -H "Content-Type: multipart/form-data" -X POST https://api.telegram.org/bot$TG_TOKEN/sendMessage \
-F chat_id=$TG_CHANNEL -F text="$TG_HEADER"
- name: Create release
- name: Move tag to HEAD
if: steps.build-hi3516ev200-firmware.outcome == 'success' && steps.build-hi3516ev200-sdk.outcome == 'success'
run: |
git tag $TAG_NAME
git push -f origin $TAG_NAME
echo "push tag"
Expand Down

0 comments on commit 7b74055

Please sign in to comment.