Skip to content

Commit

Permalink
Update ambari-lite-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
powerLambda authored Jul 24, 2020
1 parent f03a325 commit a31f34f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ambari-lite-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ on:
inputs:
MAVEN_OPTS:
description: 'MAVEN_OPTS'
TAG:
description: 'TAG'
env:
DEFAULT_MAVEN_OPTS: -Dmaven.artifact.threads=30 -Dmaven.wagon.http.retryHandler.count=3

Expand Down Expand Up @@ -42,8 +44,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ambari-lite-2.7.4.0-0-${{ env.GITHUB_SHA }}
release_name: ambari-lite-2.7.4.0-0-${{ env.GITHUB_SHA }}
tag_name: ambari-lite-2.7.4.0-0-${{ github.event.inputs.TAG }}
release_name: ambari-lite-2.7.4.0-0-${{ github.event.inputs.TAG }}
draft: false
prerelease: false

Expand Down

0 comments on commit a31f34f

Please sign in to comment.