fix: update latest tag action to use set-output (#12706)

This commit is contained in:
Elizabeth Thompson
2021-01-24 16:40:52 -08:00
committed by GitHub
parent 73586d8760
commit 80deb4ed7c
2 changed files with 4 additions and 9 deletions

View File

@@ -20,14 +20,9 @@ jobs:
run: |
source ./scripts/tag_latest_release.sh $(echo ${{ github.event.release.tag_name }}) --dry-run
if ${SKIP_TAG}
then
echo "::set-env name=skip_tag::true"
fi
- name: Run latest-tag
uses: ./.github/actions/latest-tag
if: (! env.skip_tag )
if: (! ${{ steps.latest-tag.outputs.SKIP_TAG }} )
with:
description: Superset latest release
tag-name: latest