aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorGravatar shtlrs <[email protected]>2023-03-07 08:17:40 +0100
committerGravatar shtlrs <[email protected]>2023-03-07 08:17:40 +0100
commit831ac621b9d39b495a1135cca4a0d5e092c9477d (patch)
tree8d68519d4547d9ade209ecafe0643d11a91f6329 /.github
parentcorrect typo in workflows (diff)
appease linter
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/main.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml
index 9762ad73..357777d1 100644
--- a/.github/workflows/main.yaml
+++ b/.github/workflows/main.yaml
@@ -27,7 +27,7 @@ jobs:
run: |
tag=$(cut -c 1-7 <<< $GITHUB_SHA)
echo "sha-tag=$tag" >> $GITHUB_OUTPUT
-
+
publish-static-preview:
uses: ./.github/workflows/static-preview.yaml
with: