Skip to content

Commit a2022ab

Browse files
committed
fix publish template
1 parent e6a7421 commit a2022ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/react-native/.github/workflows/publish.yml.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ jobs:
2929
- name: Publish
3030
run: npm publish
3131
env:
32-
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
32+
NODE_AUTH_TOKEN: ${{'{{'}}secrets.NPM_TOKEN{{'}}'}}

0 commit comments

Comments
 (0)