Skip to content

build: release v0.1.5_8 #7

build: release v0.1.5_8

build: release v0.1.5_8 #7

Workflow file for this run

name: Publish the ddd bricks to Brickhub
on:
push:
# Pattern matched against refs/tags
tags:
- '**' # Push events to every tag including hierarchical tags like v1.0/beta
jobs:
ddd:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Publish the ddd bricks
uses: abitofevrything/publish-mason-brick@main
with:
path: bricks/ddd
dryRun: false
email: ${{ secrets.EMAIL }}
password: ${{ secrets.PWD }}