From a65637f323130f450de777c84c4c32d9668ad3c0 Mon Sep 17 00:00:00 2001 From: anonpenguin23 Date: Wed, 22 Oct 2025 09:18:05 +0300 Subject: [PATCH] Update GitHub Actions workflow to maintain version tag trigger for npm publishing --- .github/workflows/publish-npm.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-npm.yml b/.github/workflows/publish-npm.yml index 7e856dd..57f49fd 100644 --- a/.github/workflows/publish-npm.yml +++ b/.github/workflows/publish-npm.yml @@ -3,7 +3,7 @@ name: Publish SDK to npm on: push: tags: - - 'v*' # Trigger on version tags (e.g., v0.1.0, v0.2.1) + - 'v*' jobs: publish-npm: