Skip to content

Commit ee95bc4

Browse files
author
rahul-infra
committed
feat: add version preview using semantic-release with dry-run
1 parent 061ffd9 commit ee95bc4

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/version-preview.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,7 @@ jobs:
2222
fetch-depth: 0
2323

2424
- name: Create temporary branch
25-
run: |
26-
echo "Current state: detached HEAD"
27-
echo "Creating temporary branch for semantic-release..."
28-
git checkout -b temp-preview-branch
29-
echo "Now on branch: $(git branch --show-current)"
25+
run: git checkout -b temp-preview-branch
3026

3127
- name: Semantic Release (Dry Run)
3228
id: semantic

0 commit comments

Comments
 (0)