Skip to content

feat: add prometheus_metric_enable (#42) #13

feat: add prometheus_metric_enable (#42)

feat: add prometheus_metric_enable (#42) #13

Workflow file for this run

name: Release
on:
workflow_dispatch:
push:
branches:
- main
paths:
- '**/*.tpl'
- '**/*.py'
- '**/*.tf'
- '.github/workflows/release.yml'
jobs:
release:
runs-on: ubuntu-latest
# Skip running release workflow on forks
if: github.repository_owner == 'justtrackio'
steps:
- name: Checkout
uses: actions/checkout@v4
with:
persist-credentials: false
fetch-depth: '0'
- name: Release
uses: cycjimmy/semantic-release-action@v4
with:
semantic_version: '21.1.1'
extra_plugins: |
@semantic-release/changelog
@semantic-release/git
[email protected]
branches: |
[
'+([0-9])?(.{+([0-9]),x}).x',
'main'
]
env:
GITHUB_TOKEN: ${{ secrets.GH_SEMANTIC_RELEASE_TOKEN_2023 }}