Skip to content

feat: make release flow reusable #139

feat: make release flow reusable

feat: make release flow reusable #139

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): The expression is not closed. An unescaped ${{ sequence was found, but the closing }} sequence was not found.
permissions:
id-token: write