Skip to content

Merge pull request #3 from relay-md/release/202405191605 #4

Merge pull request #3 from relay-md/release/202405191605

Merge pull request #3 from relay-md/release/202405191605 #4

Workflow file for this run

name: Semantic Release
on:
push:
branches:
- master
- main
jobs:
release:
runs-on: ubuntu-latest
concurrency: release
permissions:
id-token: write
contents: write
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Release
uses: python-semantic-release/python-semantic-release@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
build:
uses: ./.github/workflows/build.yaml
secrets: inherit
needs: test

Check failure on line 31 in .github/workflows/release.yaml

View workflow run for this annotation

GitHub Actions / Semantic Release

Invalid workflow file

The workflow is not valid. .github/workflows/release.yaml (Line: 31, Col: 12): Job 'build' depends on unknown job 'test'.
with:
version: "${{ github.ref_name }}"
registry: ghcr.io
image: relay-md/relay.md