Skip to content

Update to release 8 (#1232) #12

Update to release 8 (#1232)

Update to release 8 (#1232) #12

Workflow file for this run

# Publish a new version
# - Submit the packages to systemsmanagement:Agama:Devel
# - Send submit requests
name: Release
on:
# runs when creating a release tag
push:
tags:
- v[0-9]*
jobs:
# Note: cockpit-agama-playwright is currently not submitted
update_rust:
uses: ./.github/workflows/obs-staging-shared.yml
# pass all secrets
secrets: inherit
with:
install_packages: obs-service-cargo_audit obs-service-cargo_vendor
project_name: systemsmanagement:Agama:Devel

Check failure on line 22 in .github/workflows/obs-release.yml

View workflow run for this annotation

GitHub Actions / Release

Invalid workflow file

The workflow is not valid. .github/workflows/obs-release.yml (Line: 22, Col: 21): Invalid input, project_name is not defined in the referenced workflow.
package_name: agama
update_web:
uses: ./.github/workflows/obs-staging-shared.yml
# pass all secrets
secrets: inherit
with:
install_packages: obs-service-node_modules
project_name: systemsmanagement:Agama:Devel
package_name: cockpit-agama
update_service:
uses: ./.github/workflows/obs-service-shared.yml
# pass all secrets
secrets: inherit
with:
project_name: systemsmanagement:Agama:Devel