Skip to content

Merge pull request #145 from pieces-app/fix-copilot #9

Merge pull request #145 from pieces-app/fix-copilot

Merge pull request #145 from pieces-app/fix-copilot #9

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 }}