From 539bbe161dae2dbb9e188baf16a749d75e6f9014 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ulises=20Gasc=C3=B3n?= Date: Mon, 14 Sep 2026 17:25:30 +0200 Subject: [PATCH] fix: typo --- .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 eb69f9d..5c970c7 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -2,7 +2,7 @@ name: Publish package to npm on: release: - types: [created] + types: [published] concurrency: group: "${{ github.workflow }} ✨ ${{ github.ref }}"