Skip to content
This repository was archived by the owner on Jan 27, 2026. It is now read-only.

Commit b9dd8c4

Browse files
chore: verify release step
1 parent 1dbcd0b commit b9dd8c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/run.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
release:
1515
runs-on: ubuntu-latest
1616
needs: test
17-
if: github.ref == 'refs/heads/master'
17+
# if: github.ref == 'refs/heads/master'
1818
steps:
1919
- uses: actions/setup-node@v3
2020
with:

0 commit comments

Comments
 (0)