From 80746321a927b105106c8f3aeceb8c7fc80e0773 Mon Sep 17 00:00:00 2001 From: Vegard Engen Date: Tue, 24 Jun 2025 11:10:19 +0200 Subject: [PATCH] fix --- .gitea/workflows/publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/publish.yaml b/.gitea/workflows/publish.yaml index 3e981d1..0c668e5 100644 --- a/.gitea/workflows/publish.yaml +++ b/.gitea/workflows/publish.yaml @@ -15,7 +15,7 @@ jobs: chmod 600 ~/.ssh/id_rsa ssh-keyscan gitea-ssh.engen.priv.no >> ~/.ssh/known_hosts - name: Install node and go - run: apt update && apt -y install nodejs + run: apt update && apt -y install nodejs go - name: Check out repository code uses: actions/checkout@v4 - name: ssh repo