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