Skip to content

Commit cb8df6e

Browse files
committed
fix (cd): fixed npm workflow block
Signed-off-by: rafaeljohn9 <[email protected]>
1 parent 5868a17 commit cb8df6e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/release-tag.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
# CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
2222

2323
publish-npm:
24-
uses: ./.github/workflows/publish-npm.yml
25-
needs: build
26-
secrets:
27-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
24+
uses: ./.github/workflows/publish-npm.yml
25+
needs: build
26+
secrets:
27+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)