From da85ef69c95020db74eb4a61b93e264477078709 Mon Sep 17 00:00:00 2001 From: almog8k Date: Tue, 30 Dec 2025 18:18:01 +0200 Subject: [PATCH 1/2] fix: ensure newline at end of publish workflow file --- .github/workflows/publish.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 2a85f50..aa18ed7 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -14,4 +14,5 @@ jobs: - uses: actions/checkout@v6 - name: Init nodejs uses: ./.github/actions/init-npm - - run: npm publish --access public \ No newline at end of file + - run: npm publish --access public + \ No newline at end of file From acb8edf23bfaf95e24fec0d467f102c00d1ad598 Mon Sep 17 00:00:00 2001 From: almog8k Date: Tue, 30 Dec 2025 18:20:40 +0200 Subject: [PATCH 2/2] fix: delete spaces --- .github/workflows/publish.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index aa18ed7..c316ab4 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -15,4 +15,3 @@ jobs: - name: Init nodejs uses: ./.github/actions/init-npm - run: npm publish --access public - \ No newline at end of file