Skip to content

Commit

Permalink
Create draft and production releases
Browse files Browse the repository at this point in the history
  • Loading branch information
CharliePoole committed Aug 12, 2024
1 parent 305f813 commit ac96657
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 ac96657

Please sign in to comment.