chore: added full-update action

This commit is contained in:
Ken Snyder
2022-02-08 11:25:11 -08:00
parent 7164376b38
commit 6da3e9c4d6
2 changed files with 19 additions and 1 deletions

18
.github/workflows/full-update.yml vendored Normal file
View File

@@ -0,0 +1,18 @@
# Copyright 2019-2022 Tauri Programme within The Commons Conservancy
# SPDX-License-Identifier: Apache-2.0
# SPDX-License-Identifier: MIT
name: Full Update
on:
workflow_dispatch:
jobs:
testing:
runs-on: ubuntu-latest
steps:
- name: Prep Env
uses: ./prep
- name: Full Update to Staging
run: pnpm run full-update:staging

View File

@@ -25,5 +25,5 @@ runs:
cd ..
- name: Build CLI and NPM exports
run: pnpm run build
- name: Env Prepped
- name: Environment Prepped
run: echo Node, pnpm, and all deps are installed!