Skip to content

need to write staging version to file #13

need to write staging version to file

need to write staging version to file #13

Workflow file for this run

name: Staging
on:
push:
branches:
- main
- staging_versioning
jobs:
build:
uses: ./.github/workflows/build.yaml
with:
deploy: false
secrets:
credentials_json: ${{ secrets.GCP_CREDENTIALS }}