From 18529618add744971fc09c3d8b4883504df16ba9 Mon Sep 17 00:00:00 2001 From: Lauren Kaviak Date: Sat, 11 Apr 2026 02:39:05 -0500 Subject: [PATCH] update the tags --- .gitea/workflows/deploy.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index e313964..e3d31a2 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -71,4 +71,5 @@ jobs: tag_name: ${{env.CURRENT_VERSION}} files: |- public/** - token: ${{secrets.CI_ACCESS}} \ No newline at end of file + token: ${{secrets.CI_ACCESS}} + - run: git push && git push --tags \ No newline at end of file