We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 061ffd9 commit ee95bc4Copy full SHA for ee95bc4
.github/workflows/version-preview.yaml
@@ -22,11 +22,7 @@ jobs:
22
fetch-depth: 0
23
24
- 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)"
+ run: git checkout -b temp-preview-branch
30
31
- name: Semantic Release (Dry Run)
32
id: semantic
0 commit comments