Skip to content

Merge pull request #1 from cgarcia-l/feat/create-helm-release-module #1

Merge pull request #1 from cgarcia-l/feat/create-helm-release-module

Merge pull request #1 from cgarcia-l/feat/create-helm-release-module #1

Workflow file for this run

name: Release
on:
workflow_dispatch:
push:
branches:
- main
paths:
- '**/*.tpl'
- '**/*.py'
- '**/*.tf'
- '.github/workflows/release.yml'
jobs:
release:
name: Release
runs-on: ubuntu-latest
# Skip running release workflow on forks
if: github.repository_owner == 'cgarcia-l'
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Release
uses: cycjimmy/semantic-release-action@v4
with:
semantic_version: 23.0.8
extra_plugins: |
@semantic-release/[email protected]
@semantic-release/[email protected]
[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}