Skip to content

Adjust release workflow for stable versions #3

Adjust release workflow for stable versions

Adjust release workflow for stable versions #3

name: GitHub Release (stable)

Check failure on line 1 in .github/workflows/release-stable.yml

View workflow run for this annotation

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

Invalid workflow file

No steps defined in `steps` and no workflow called in `uses` for the following jobs: print-stuff
on:
registry_package:
types: [updated]
# build-manage:
# name: "Build openslides binary (tag: 4.x.x)"
# if: startsWith(github.ref_name, 'stable/4')
# uses: peb-adr/openslides-manage-service/.github/workflows/release.yml@main
jobs:
print-stuff:
run: |
echo "${{ to_json(github.event) }}" | jq .
release-stable:
name: Create GitHub Release and upload binary
if: github.event.registry_package.package_version.container_metadata.tag.name != ''
runs-on: ubuntu-latest
uses: ./.github/workflows/release-create.yml
with:
tag: latest
title: Stable Build
prerelease: false