Skip to content

Commit

Permalink
generate cache
Browse files Browse the repository at this point in the history
  • Loading branch information
mlsmaycon committed Aug 15, 2021
1 parent ec18c29 commit d145a2f
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/build_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/') }}
# - 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/') }}

0 comments on commit d145a2f

Please sign in to comment.