From c5f2d652d92490aa01981fbb2728b32c904ee2b2 Mon Sep 17 00:00:00 2001 From: watsonb8 Date: Wed, 5 Jun 2024 18:52:34 -0500 Subject: [PATCH] WIP --- .gitea/workflows/ci.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index c6a6b69..ec3e90e 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -52,7 +52,9 @@ jobs: npm publish deploy: - runs-on: internal + runs-on: + - ubuntu-latest + - internal name: Deploy needs: publish_tagged steps: