Skip to content

Commit

Permalink
Regenerate workflow configuration from template.
Browse files Browse the repository at this point in the history
  • Loading branch information
dogmatiq-automation[bot] committed Apr 8, 2024
1 parent 48b8cc8 commit c358178
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit c358178

Please sign in to comment.