From 967cf013a97ac0a53c935d1d6e91cee5b28d2cd2 Mon Sep 17 00:00:00 2001 From: AZMCode Date: Sun, 30 Aug 2020 09:45:19 -0400 Subject: [PATCH] Deleted continue-on-error on all steps --- .github/workflows/main.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a31e8c5..6ebe8d1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -99,7 +99,6 @@ jobs: - name: Create Release id: releaseCreate - continue-on-error: true uses: actions/create-release@v1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} @@ -122,7 +121,6 @@ jobs: run: mv *.tgz npmPackage.tgz - name: Upload Package to Release - continue-on-error: true uses: actions/upload-release-asset@v1.0.2 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}