Skip to content

Commit

Permalink
fix(publish): test v in version
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienChampagnol committed Sep 25, 2024
1 parent 0f29c5a commit c7915d7
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 @@ -41,7 +41,7 @@ jobs:
- name: Package
run: |
dotnet tool install --global AzureSignTool --version 4.0.1
jq '.version = "${{ needs.semantic.outputs.version }}"' package.json > temp && mv temp package.json
jq '.version = "v${{ needs.semantic.outputs.version }}"' package.json > temp && mv temp package.json
cat package.json
rm -rf node_modules package-lock.json
npm install --ignore-scripts
Expand Down

0 comments on commit c7915d7

Please sign in to comment.