Skip to content

Commit f948ce8

Browse files
committed
testing
1 parent 1bd9d35 commit f948ce8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
- name: Publish
127127
working-directory: packages/${{ matrix.package }}
128128
env:
129-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
129+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
130130
run: |
131131
# Create a unique version using the commit SHA as a prerelease identifier
132132
# This ensures we can publish multiple times from the same codebase with unique versions

0 commit comments

Comments
 (0)