From 1ac40d8d64be2aade3cc9b5ca2d688c9c70142ac Mon Sep 17 00:00:00 2001
From: Ben Meier <1651305+astromechza@users.noreply.github.com>
Date: Thu, 9 Jan 2025 10:37:45 +0000
Subject: [PATCH] chore: attach score schema file to release artefacts (#119)

Signed-off-by: Ben Meier <ben.meier@humanitec.com>
---
 .github/workflows/release.yaml | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 .github/workflows/release.yaml

diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml
new file mode 100644
index 0000000..3dd8ed3
--- /dev/null
+++ b/.github/workflows/release.yaml
@@ -0,0 +1,16 @@
+name: Release
+on:
+  release:
+    types: [created]
+jobs:
+  release:
+    runs-on: ubuntu-latest
+    steps:
+    - uses: actions/checkout@v4
+    - name: Release
+      uses: softprops/action-gh-release@v2
+      permissions:
+        contents: write
+      with:
+        files: |
+          score-v1b1.json