Skip to content

Commit

Permalink
fix(CICD): test fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienChampagnol committed Jun 25, 2024
1 parent 1edd3af commit cb45dcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CICD.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
npm run prepackage
npm run package
npm run make
if [[ "$github.ref == 'refs/heads/next'" ]] then
if [[ "$github.ref == 'refs/heads/next'" ]]; then
npm run publish --prerelease
else
npm run publish
Expand Down

0 comments on commit cb45dcb

Please sign in to comment.