Skip to content

Commit 027ff02

Browse files
committed
2 parents d5b75d8 + f2c14d7 commit 027ff02

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ jobs:
3434
fi
3535
3636
publish:
37-
needs: check-commit
38-
if: needs.check-commit.outputs.should_run == 'true'
37+
# needs: check-commit
38+
# if: needs.check-commit.outputs.should_run == 'true'
3939
runs-on: ubuntu-latest
4040
permissions:
4141
contents: write # This ensures the action can write to the repository

0 commit comments

Comments
 (0)