Skip to content

feat(auto-tune): improve cluster speed and stability (#44) #20

feat(auto-tune): improve cluster speed and stability (#44)

feat(auto-tune): improve cluster speed and stability (#44) #20

Workflow file for this run

name: Release
on:
workflow_dispatch:
push:
branches:
- main
paths:
- "**.tf"
jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Semantic Release
uses: cycjimmy/semantic-release-action@v3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}