Skip to content

Merge pull request #226 from pieces-app/Bishoy-at-pieces-patch-1 #17

Merge pull request #226 from pieces-app/Bishoy-at-pieces-patch-1

Merge pull request #226 from pieces-app/Bishoy-at-pieces-patch-1 #17

Workflow file for this run

name: Release
on:
push:
tags:
- '*.*.*'
jobs:
build:
uses: ./.github/workflows/build.yaml
with:
deploy: true
secrets:
credentials_json: ${{ secrets.GCP_CREDENTIALS }}