From 33541dcb7c8fea36a3878586cc6a1207a6362f74 Mon Sep 17 00:00:00 2001 From: Tom Forbes Date: Wed, 8 Nov 2023 16:38:35 +0000 Subject: [PATCH] Add release --- .github/workflows/pages.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index c322ed6..7213b35 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -45,6 +45,15 @@ jobs: uses: actions/upload-pages-artifact@v2 with: path: ./html-query-web-ui/dist/ + retention-days: 1 + + - name: Release + uses: softprops/action-gh-release@v1 + if: startsWith(github.ref, 'refs/tags/') || github.event_name == 'workflow_dispatch' + with: + fail_on_unmatched_files: true + files: | + ./html-query-web-ui/dist/ # Deploy job deploy: