feat: Add gh pages upload for releases

This commit is contained in:
Timo Reymann
2024-08-22 17:32:04 +02:00
parent 0e0a3862b5
commit dc79f7d59a
2 changed files with 56 additions and 1 deletions
+13 -1
View File
@@ -18,6 +18,13 @@ jobs:
sudo apt-get update -y
sudo apt-get install -y gettext uuid-runtime
- semantic-release/execute
upload-release-to-gh-pages:
executor: semantic-release/default
steps:
- checkout
- run:
name: Upload release to pages
command: ./upload-release-to-pages.sh "${CIRCLE_TAG}"
workflows:
main:
@@ -28,4 +35,9 @@ workflows:
- semantic-release:
requires:
- shellcheck
- upload-release-to-gh-pages:
filters:
tags:
only: /^test.*/
branches:
ignore: /.*/