mirror of
https://github.com/apache/superset.git
synced 2026-04-07 18:35:15 +00:00
fix: update latest tag action to use set-output (#12706)
This commit is contained in:
committed by
GitHub
parent
73586d8760
commit
80deb4ed7c
7
.github/workflows/latest-release-tag.yml
vendored
7
.github/workflows/latest-release-tag.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user