From 6c4435331c40dda19ac81dc66fd7923ff7680c56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20Wr=C3=B3blewski?= Date: Sat, 31 Aug 2024 19:50:08 +0200 Subject: [PATCH] tool: add publishing to pipeline --- .github/workflows/create_release.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/create_release.yaml b/.github/workflows/create_release.yaml index 8affae0..98e9aed 100644 --- a/.github/workflows/create_release.yaml +++ b/.github/workflows/create_release.yaml @@ -13,6 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/setup-node@v4 + with: version: lts/* - run: npm install --global web-ext - uses: actions/checkout@v4