Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
MrHinsh committed Jul 11, 2024
1 parent 655b26e commit d6875e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,6 @@ jobs:
run: |
Get-ChildItem -Path .\ -Recurse | ForEach-Object { $_.FullName }
- name: Release
if: ${{ false }}
uses: softprops/action-gh-release@v2
with:
files: |
Expand All @@ -192,10 +191,11 @@ jobs:
vsts-sync-migrator.*.nupkg
generate_release_notes: true
tag_name: v${{ needs.Setup.outputs.GitVersion_SemVer }}
name: Azure DevOps Migration Tools v${{ needs.Setup.outputs.GitVersion_SemVer }}
name: DELETEME.Azure DevOps Migration Tools v${{ needs.Setup.outputs.GitVersion_SemVer }}
token: ${{ steps.app-token.outputs.token }}
prerelease: ${{ needs.Setup.outputs.GitVersion_PreReleaseLabel == 'Preview' }}
discussion_category_name: "Anouncement"
draft: true

# Release to Marketplace
MarketplaceRelease:
Expand Down

0 comments on commit d6875e7

Please sign in to comment.