From 32c3d1d1ac735e2d85827503b1bfc9925fce67e5 Mon Sep 17 00:00:00 2001 From: aleidk Date: Wed, 23 Oct 2024 16:37:24 -0300 Subject: [PATCH] update workflows --- .forgejo/workflows/publish.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.forgejo/workflows/publish.yaml b/.forgejo/workflows/publish.yaml index b31783a..1c79628 100644 --- a/.forgejo/workflows/publish.yaml +++ b/.forgejo/workflows/publish.yaml @@ -6,6 +6,7 @@ env: NPM_TAG: ${{ github.ref == 'refs/heads/main' && 'latest' || 'next' }} # Variables reference: https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/accessing-contextual-information-about-workflow-runs#about-contexts +# Syntax reference: https://forgejo.org/docs/latest/user/actions/ jobs: build_and_publish: runs-on: docker