From 9e66c3760ef1a5a41091b9c28ea47d1cc3d026bd Mon Sep 17 00:00:00 2001 From: Tom Limoncelli Date: Fri, 12 May 2023 10:55:15 -0400 Subject: [PATCH] fix yaml --- .github/workflows/draft_release.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/draft_release.yml b/.github/workflows/draft_release.yml index 7c6c1525b..b5655738d 100644 --- a/.github/workflows/draft_release.yml +++ b/.github/workflows/draft_release.yml @@ -35,13 +35,13 @@ jobs: # string using the GORELEASER_CURRENT_TAG feature. # TODO(tlim): Use the native gorelease version mechanism. - - name: Retrieve version - id: version - run: | - echo "TAG_NAME=$(git config --global --add safe.directory /__w/dnscontrol/dnscontrol ; git describe --tags)" >> $GITHUB_OUTPUT + - name: Retrieve version + id: version + run: | + echo "TAG_NAME=$(git config --global --add safe.directory /__w/dnscontrol/dnscontrol ; git describe --tags)" >> $GITHUB_OUTPUT - - name: Reveal version - run: echo ${{ steps.version.outputs.TAG_NAME }} + - name: Reveal version + run: echo ${{ steps.version.outputs.TAG_NAME }} - name: Goreleaser release run: goreleaser release