From e77011a28ca1a90b890aa5acfd560c2ac7c5bbed Mon Sep 17 00:00:00 2001 From: Cristopher Pinzon Date: Tue, 5 Nov 2024 15:43:40 -0500 Subject: [PATCH] fix action --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 975161c..436b700 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -3,7 +3,7 @@ name: Release NPM Package on: push: branches: - - main # Change this to your default branch + - master jobs: release: