Skip to content

deps(github-actions): update mirceanton/reusable-workflows action ( v3.4.41 → v3.4.42 ) #82

deps(github-actions): update mirceanton/reusable-workflows action ( v3.4.41 → v3.4.42 )

deps(github-actions): update mirceanton/reusable-workflows action ( v3.4.41 → v3.4.42 ) #82

Workflow file for this run

---
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
name: Git Release
on:
workflow_dispatch:
inputs:
dry-run:
description: Dry run
default: true
required: false
type: boolean
pull_request:
paths:
- ".github/workflows/git-release.yaml"
- "README.md"
push:
branches: ["main"]
paths:
- "README.md"
jobs:
release:
uses: mirceanton/reusable-workflows/.github/workflows/reusable-release-calver.yaml@173cc64a72c4859559203ad5a335cf1afb111bb7 # v3.4.42
secrets: inherit
with:
dry-run: ${{ inputs.dry-run || github.event_name == 'pull_request' }}