Skip to content

v1.11.0

v1.11.0 #44

Workflow file for this run

name: Blocklet workflow
on:
push:
branches:
- main
jobs:
Deploy:
runs-on: ubuntu-latest
if: "! contains(toJSON(github.event.commits.*.message), '[skip ci]')"
steps:
- name: Checkout repo
uses: actions/checkout@v2
- name: Use Node.js v16
uses: actions/setup-node@v2
with:
node-version: 16
- name: Set yarn cache
uses: c-hive/gha-yarn-cache@v2
- name: Init
run: make github-action-init
- name: Blocklet workflow
uses: blocklet/action-workflow@v1.1
with:
skip-upload: false
bundle-command: yarn release
store-endpoint: ${{ secrets.STORE_ENDPOINT_DEV }}
store-access-token: ${{ secrets.STORE_ACCESS_TOKEN_DEV }}
github-token: ${{ secrets.GITHUB_TOKEN }}