Skip to content

Commit

Permalink
Merge pull request #19 from nunit/issue-18
Browse files Browse the repository at this point in the history
Create draft and production releases
  • Loading branch information
CharliePoole authored Aug 12, 2024
2 parents 305f813 + ac96657 commit 48cf878
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/publish-recipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,4 @@ jobs:
CHOCO_API_KEY: ${{ secrets.PUBLISH_CHOCOLATEY_ORG }}
GITHUB_ACCESS_TOKEN: ${{ secrets.GH_ACCESS_CP }}

# TODO:
# 1. Change target to Publish for publishing dev builds on MyGet. DONE
# 2. Figure out process for creating the draft release.
# 3. Change Target to ContinuousIntegration for full release.
run: dotnet cake --target=Publish
run: dotnet cake --target=ContinuousIntegration

0 comments on commit 48cf878

Please sign in to comment.