From 3152ef4241eb1dde3b40479808d919646f8b07c9 Mon Sep 17 00:00:00 2001 From: cswimr Date: Mon, 23 Dec 2024 01:34:38 -0500 Subject: [PATCH] fix publish workflow --- .forgejo/workflows/publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/publish.yaml b/.forgejo/workflows/publish.yaml index ad58ed3..6e895c1 100644 --- a/.forgejo/workflows/publish.yaml +++ b/.forgejo/workflows/publish.yaml @@ -30,4 +30,4 @@ jobs: - name: Install dependencies run: yarn install --frozen-lockfile - name: Publish plugins to Release branch - run: yarn publish + run: yarn run publish