diff options
Diffstat (limited to '')
| -rw-r--r-- | .github/workflows/main.yaml | 2 | 
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:  |