Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
volllly committed Feb 19, 2024
1 parent d41dcc4 commit e248551
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions azure-pipelines/templates/stages/github-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ parameters:
stages:
- stage: Github_Release
displayName: Edit Github Release
dependsOn: [] #${{ parameters.dependsOn }}
dependsOn: ${{ parameters.dependsOn }}

jobs:
- job: Release
Expand Down Expand Up @@ -69,7 +69,6 @@ stages:
gitHubConnection: ${{ parameters.serviceConnection }}
repositoryName: ${{ parameters.repositoryName }}
action: edit
tag: refs/tags/v2.0.0-rc.14
#$(Build.SourceBranchName)
tag: $(Build.SourceBranchName)
addChangeLog: false
assets: $(Pipeline.Workspace)/zipped/*.zip

0 comments on commit e248551

Please sign in to comment.