Skip to content

Commit 5bfb6de

Browse files
committed
chore: release job update
1 parent 85f91e8 commit 5bfb6de

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,11 @@ jobs:
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

@@ -80,9 +82,7 @@ jobs:
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

0 commit comments

Comments
 (0)