Skip to content

feat: make release flow reusable #141

feat: make release flow reusable

feat: make release flow reusable #141

Workflow file for this run

name: Release
on:
release:
types: [published]
push:
pull_request:
jobs:
pre-commit:
uses: ./.github/workflows/pre-commit-shared.yml
with:
github_event_name: ${{ github.event_name }}

Check failure on line 13 in .github/workflows/release.yml

View workflow run for this annotation

GitHub Actions / Release

Invalid workflow file

The workflow is not valid. .github/workflows/release.yml (Line: 13, Col: 26): Invalid input, github_event_name is not defined in the referenced workflow.
permissions:
id-token: write