From d145a2f0ff5cd1547ceb7c7c60ff9390337b7874 Mon Sep 17 00:00:00 2001 From: mlsmaycon Date: Sun, 15 Aug 2021 12:50:52 +0200 Subject: [PATCH] generate cache --- .github/workflows/build_and_release.yml | 26 ++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/build_and_release.yml b/.github/workflows/build_and_release.yml index a9366a5c..90803293 100644 --- a/.github/workflows/build_and_release.yml +++ b/.github/workflows/build_and_release.yml @@ -22,19 +22,19 @@ jobs: - name: install dependecies run: npm install - - - name: load auth_config.json - run: echo '${{ secrets.AUTH_CONFIG }}' > src/auth_config.json - - name: buid - # skiping fail on warning for now - run: CI=false npm run build + # - name: load auth_config.json + # run: echo '${{ secrets.AUTH_CONFIG }}' > src/auth_config.json - - name: archive - run: tar zvcf build.tgz build + # - name: buid + # # skiping fail on warning for now + # run: CI=false npm run build - - name: Release - uses: softprops/action-gh-release@v1 - with: - files: build.tgz - prerelease: ${{ !startsWith(github.ref, 'refs/tags/') }} \ No newline at end of file + # - name: archive + # run: tar zvcf build.tgz build + + # - name: Release + # uses: softprops/action-gh-release@v1 + # with: + # files: build.tgz + # prerelease: ${{ !startsWith(github.ref, 'refs/tags/') }} \ No newline at end of file