From c358178b05588c57d2af8339ccad3d081d617998 Mon Sep 17 00:00:00 2001 From: "dogmatiq-automation[bot]" <97779210+dogmatiq-automation[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 23:09:58 +0000 Subject: [PATCH] Regenerate workflow configuration from template. --- .github/workflows/publish-release.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/workflows/publish-release.yml diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml new file mode 100644 index 0000000..3f48758 --- /dev/null +++ b/.github/workflows/publish-release.yml @@ -0,0 +1,16 @@ +# DO NOT EDIT! +# +# This file is generated by the Terraform. +# See https://github.com/dogmatiq/repos. + +name: Publish Release + +on: + push: + tags: + - "*" + +jobs: + ci: + name: Shared + uses: dogmatiq/repos/.github/workflows/shared-publish-release.yml@main