Skip to content

Commit 42a1290

Browse files
chore: minor fix in workflow yml
1 parent d1e4698 commit 42a1290

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
4949
# Optionally, you can include a job to deploy to npm
5050
publish:
51-
needs: release
51+
needs: versioning
5252
runs-on: ubuntu-latest
5353
steps:
5454
# Publish to npm

0 commit comments

Comments
 (0)