diff --git a/.github/workflows/tag-and-release.yml b/.github/workflows/tag-and-release.yml new file mode 100644 index 000000000..4ea862a5e --- /dev/null +++ b/.github/workflows/tag-and-release.yml @@ -0,0 +1,14 @@ +--- +name: Tag & Release +'on': + push: + branches: + - stackhpc/2026.1 +permissions: + actions: read + contents: write +jobs: + tag-and-release: + uses: stackhpc/.github/.github/workflows/tag-and-release.yml@main + with: + upstream: https://github.com/openstack/kayobe-config