Skip to content

Continuous Deployment #4

Continuous Deployment

Continuous Deployment #4

Workflow file for this run

name: Continuous Deployment
on:
workflow_run:
workflows: [Continuous Integration]
types: [completed]
branches: [main]
jobs:
on-success:
name: Semantic Release
if: ${{ github.event.workflow_run.conclusion == 'success' }}
uses: fcgroup/actions/.github/workflows/semantic-release.yaml@main
secrets:
GIT_TOKEN_BASIC: ${{ secrets.GIT_TOKEN_BASIC }}