Skip to content

Commit

Permalink
Add continue on error
Browse files Browse the repository at this point in the history
  • Loading branch information
clFaster committed Jun 22, 2024
1 parent a62c5a7 commit a2f369b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish-to-store.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,10 @@ jobs:
msstore reconfigure -t ${{ secrets.AZURE_AD_TENANT_ID }} -s ${{ secrets.PARTNER_CENTER_SELLER_ID }} -c ${{ secrets.AZURE_AD_APP_REGISTRATION_CLIENT_ID }} -cs "${{ secrets.AZURE_AD_APP_REGISTRATION_CLIENT_SECRET }}"
- name: Delete Pending Submissions
continue-on-error: true
run: |
msstore submission delete ${{ secrets.STORE_APP_ID}} --no-confirm
exit 0
- name: Install .NET SDK ${{env.DotNetVersion}}
uses: actions/setup-dotnet@v4
Expand Down

0 comments on commit a2f369b

Please sign in to comment.