Skip to content

fix: improve GCP user experience and documentation (#5) #7

fix: improve GCP user experience and documentation (#5)

fix: improve GCP user experience and documentation (#5) #7

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