Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickdemooij9 authored Jun 7, 2022
1 parent b53c054 commit f305b16
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ jobs:
- name: Setup .net core
uses: actions/[email protected]

- name: Setup UmbPack
run: dotnet tool install Umbraco.Tools.Packages --global

- name: Restore dependencies
run: dotnet restore ./source/SimpleRedirects.sln

Expand All @@ -43,12 +40,6 @@ jobs:
# - name: Push packages to NuGet
# run: dotnet nuget push "**/*.nupkg" -k ${{ secrets.NUGET_DEPLOY_KEY }} -s https://api.nuget.org/v3/index.json

- name: Create Umbraco package file
run: UmbPack pack ./source/package.xml -o ${{ env.OUTPUT }} -v ${{ steps.get_version.outputs.VERSION }}

# - name: Push package to Our
# run: umbpack push ${{ env.OUTPUT }}/UmbracoPackage.1_${{ steps.get_version.outputs.VERSION }}.zip -k ${{ secrets.UMBRACO_DEPLOY_KEY }}

- name: upload-artifacts
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit f305b16

Please sign in to comment.