Show version number

This commit is contained in:
Uku Taht 2022-05-03 12:14:38 +03:00
parent e374c142f3
commit d100f1400d
2 changed files with 7 additions and 1 deletions

View File

@ -18,6 +18,12 @@ jobs:
run: echo "##[set-output name=branch;]$(echo ${GITHUB_REF#refs/heads/})"
id: extract_branch
- name: Prepeare release
shell: bash
run: ./rel/prepare_release.sh ${{ steps.extract_branch.outputs.branch }}
id: extract_branch
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1

View File

@ -13,7 +13,7 @@ defmodule PlausibleWeb.Endpoint do
at: "/",
from: :plausible,
gzip: false,
only: ~w(css fonts images js favicon.ico robots.txt)
only: ~w(css fonts images js favicon.ico robots.txt version.json)
plug Plug.Static,
at: "/kaffy",