Skip to content

Commit

Permalink
update GH release pipeline
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Davies <simongdavies@users.noreply.github.com>
  • Loading branch information
simongdavies committed Mar 23, 2021
1 parent 2341f60 commit 98942ac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build/azure-pipelines-gh-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ pool:

variables:
GOVERSION: "1.14.6"
tag: $[replace(variables['Build.SourceBranch'],'refs/tags/','')]

steps:
- template: build-and-test.yml
Expand All @@ -23,6 +24,6 @@ steps:
repositoryName: '$(Build.Repository.Name)'
action: 'create'
tagSource: 'auto'
assets: '$(System.DefaultWorkingDirectory)/bin/plugins/kubernetes/latest/**'
assets: '$(System.DefaultWorkingDirectory)/bin/plugins/kubernetes/$(tag)/**'
addChangeLog: true
compareWith: 'lastFullRelease'

0 comments on commit 98942ac

Please sign in to comment.