Skip to content

fix: exports the cloudrun cpu_idle var and default to true (#8) #10

fix: exports the cloudrun cpu_idle var and default to true (#8)

fix: exports the cloudrun cpu_idle var and default to true (#8) #10

Workflow file for this run

name: Release
on:
push:
branches:
- main
workflow_dispatch:
jobs:
release:
name: semantic-release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
persist-credentials: false
- id: semantic-release
uses: cycjimmy/semantic-release-action@v4
env:
GITHUB_TOKEN: ${{ secrets.NITRIC_BOT_TOKEN }}