Skip to content
This repository was archived by the owner on Dec 21, 2024. It is now read-only.

Commit 3f5ad33

Browse files
authored
Update publish.yml
1 parent 07ebb24 commit 3f5ad33

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
@@ -36,7 +36,7 @@ jobs:
3636
git add package.json
3737
git commit -m "${{ github.event.release.tag_name }}"
3838
- name: Publish
39-
- run: yarn workspace @kalidao/reality run publish
39+
run: yarn workspace @kalidao/reality run publish
4040
env:
4141
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
4242

0 commit comments

Comments
 (0)