Skip to content

Commit

Permalink
Disable push for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
TimLariviere committed Jun 2, 2022
1 parent 9ba21d6 commit 0c326d1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ jobs:
sed -i bak "s/FABULOUS_PKG_VERSION/${MAJOR}.${MINOR}.${PATCH}/g" "templates/content/*/.template.config/template.json"
dotnet pack --configuration Release --output nupkgs ${SLN_FILE}
dotnet pack --configuration Release --output nupkgs templates/Fabulous.XamarinForms.Templates.proj
- name: Push
run: |
dotnet nuget push "nupkgs/*.nupkg" -k ${{ secrets.NUGET_TOKEN }} --skip-duplicate
# - name: Push
# run: |
# dotnet nuget push "nupkgs/*.nupkg" -k ${{ secrets.NUGET_TOKEN }} --skip-duplicate

0 comments on commit 0c326d1

Please sign in to comment.