Skip to content

Commit 48cf878

Browse files
authored
Merge pull request #19 from nunit/issue-18
Create draft and production releases
2 parents 305f813 + ac96657 commit 48cf878

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/publish-recipe.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,4 @@ jobs:
2727
CHOCO_API_KEY: ${{ secrets.PUBLISH_CHOCOLATEY_ORG }}
2828
GITHUB_ACCESS_TOKEN: ${{ secrets.GH_ACCESS_CP }}
2929

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

0 commit comments

Comments
 (0)