Skip to content

Extend release manifest schema (#29) #1

Extend release manifest schema (#29)

Extend release manifest schema (#29) #1

Workflow file for this run

name: Release
on:
push:
tags:
- 'v*.*.*'
permissions:
contents: write
id-token: write
packages: write
jobs:
release:
uses: OMT-Global/bootstrap/.github/workflows/release.yml@refs/heads/main

Check failure on line 15 in .github/workflows/release-tag.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/release-tag.yml

Invalid workflow file

error parsing called workflow ".github/workflows/release-tag.yml" -> "OMT-Global/bootstrap/.github/workflows/release.yml@refs/heads/main" : failed to fetch workflow: reference to workflow should be either a valid branch, tag, or commit
with:
runs-on: '["ubuntu-latest"]'
verify-script: scripts/ci/run-release-verification.sh
publish-script: scripts/ci/run-release-publish.sh
create-github-release: true
tag-prefix: 'v'
update-major-tag: true
update-minor-tag: true