Skip to content

docs: update architecture schema #66

docs: update architecture schema

docs: update architecture schema #66

Workflow file for this run

name: Update workshop packages
on:
push:
branches:
- base
jobs:
update_packages:
name: Update
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Create packages
run: ./scripts/repo/create-packages.sh
- name: Update release
uses: ncipollo/[email protected]
with:
name: Workshop packages
tag: latest
artifacts: 'dist/*.tar.gz'
allowUpdates: true
removeArtifacts: true