File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 6464 dist
6565 key : build-cache-${{ github.run_id }}-${{ github.run_attempt }}
6666
67- - name : NX Release
67+ - name : Run Release
6868 run : |
69- npx nx release --yes
69+ echo "Starting Semantic Release Process"
70+ echo "npm version: $(npm -v)"
71+ npm run semantic-release
7072 env :
7173 GITHUB_TOKEN : ${{ steps.vault.outputs.GITHUB_TOKEN }}
7274
8082
8183 - name : Summary
8284 run : |
83- VERSION=$(echo "${{ steps.get-tag.outputs.tag }}" | sed 's/^v//')
8485 echo "## Release Summary" >> $GITHUB_STEP_SUMMARY
8586 echo "" >> $GITHUB_STEP_SUMMARY
8687 echo "- **Version**: ${{ steps.get-tag.outputs.tag }}" >> $GITHUB_STEP_SUMMARY
87- echo "- **GitHub Packages**: https://github.com/${{ github.repository }}/packages" >> $GITHUB_STEP_SUMMARY
8888 echo "- **GitHub Release**: https://github.com/${{ github.repository }}/releases/tag/${{ steps.get-tag.outputs.tag }}" >> $GITHUB_STEP_SUMMARY
You can’t perform that action at this time.
0 commit comments