Skip to content

fix(pr-validation): pin composite refs to v1.20.0 (#172) #128

fix(pr-validation): pin composite refs to v1.20.0 (#172)

fix(pr-validation): pin composite refs to v1.20.0 (#172) #128

Workflow file for this run

name: release
on:
push:
branches:
- develop
- release-candidate
- main
paths-ignore:
- '.gitignore'
- '**/*.env'
- '*.env'
- '**/*.md'
- '*.md'
- '**/*.txt'
- '*.txt'
tags-ignore:
- '**'
permissions:
id-token: write
contents: write
pull-requests: write
packages: read
jobs:
publish-release:
uses: ./.github/workflows/release.yml
with:
runner_type: ubuntu-latest
secrets: inherit