Skip to content

v0.9.7

v0.9.7 #52

Workflow file for this run

name: Deploy
on:
push:
branches:
- master
jobs:
deploy:
runs-on: ubuntu-latest
if: "! contains(toJSON(github.event.commits.*.message), '[skip ci]')"
steps:
- name: Checkout repo
uses: actions/checkout@v2
- name: Set yarn cache
uses: c-hive/gha-yarn-cache@v2
- name: Install dependencies
run: yarn
- name: Blocklet workflow
uses: blocklet/action-workflow@v1
with:
skip-bundle: false
skip-upload: false
skip-deploy: true
skip-release: true
bundle-command: yarn bundle
store-endpoint: ${{ secrets.STORE_ENDPOINT_TEST }}
store-access-token: ${{ secrets.STORE_ACCESS_TOKEN_TEST }}
slack-webhook: ${{ secrets.SLACK_WEBHOOK }}