From 0e8b81edc5aa637ce1385ff267e97af5ba561c91 Mon Sep 17 00:00:00 2001 From: Ron Radtke Date: Fri, 20 Oct 2023 22:24:41 +0200 Subject: [PATCH] fix workflow --- .github/workflows/npm_publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/npm_publish.yml b/.github/workflows/npm_publish.yml index cbb223d9..013398a0 100644 --- a/.github/workflows/npm_publish.yml +++ b/.github/workflows/npm_publish.yml @@ -1,4 +1,4 @@ - This workflow will publish a package to npm when a release is created. +# This workflow will publish a package to npm when a release is created. # https://docs.github.com/en/actions/publishing-packages/publishing-nodejs-packages # TODO: add tests or leave them out, add build steps...?