Skip to content

Commit

Permalink
Add release
Browse files Browse the repository at this point in the history
  • Loading branch information
orf committed Nov 8, 2023
1 parent 039b686 commit 33541dc
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 33541dc

Please sign in to comment.