Skip to content

Commit 6d28a3b

Browse files
Vaibhav RajputVaibhav Rajput
authored andcommitted
fix(ci): remove invalid secrets reference in step if-condition
1 parent b856d35 commit 6d28a3b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
fi
6262
6363
- name: Publish
64-
if: steps.check.outputs.exists == 'false' && secrets.NPM_TOKEN != ''
64+
if: steps.check.outputs.exists == 'false'
6565
run: npm publish --provenance --access public
6666
env:
6767
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)