Skip to content

fix(chart): indention of pod scheduling configurations #7

fix(chart): indention of pod scheduling configurations

fix(chart): indention of pod scheduling configurations #7

Workflow file for this run

name: Release
on:
push:
branches:
- 'main'
jobs:
semantic-release:
name: Run semantic-release
runs-on: ubuntu-latest
permissions:
contents: write
packages: write
issues: write
pull-requests: write
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Semantic Release
uses: cycjimmy/semantic-release-action@071ef4c9640be3700de2aa7f39e8f4038e0269ed
with:
extra_plugins: |
[email protected]
@semantic-release/[email protected]
@semantic-release/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}