Skip to content

initial commit for cloudrun build and deploy workflows (#244) #10

initial commit for cloudrun build and deploy workflows (#244)

initial commit for cloudrun build and deploy workflows (#244) #10

Workflow file for this run

name: Release
on:
push:
branches:
- main
jobs:
release:
name: Update Release Tag
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: sersoft-gmbh/running-release-tags-action@v3
with:
tag: v1.3.0
update-minor: false
create-release: false