Skip to content

Commit 4c2195a

Browse files
committed
refactor: place changed
1 parent fa68a53 commit 4c2195a

1 file changed

Lines changed: 6 additions & 8 deletions

File tree

.github/workflows/release.yml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ jobs:
1616
uses: actions/checkout@v5
1717
with:
1818
fetch-depth: 0 # ensure full history & tags
19+
20+
- name: Bump version
21+
id: version_bump
22+
uses: ./
23+
with:
24+
release_type: 'patch'
1925

2026
- name: Set up Git identity
2127
run: |
@@ -37,14 +43,6 @@ jobs:
3743
- name: Add build artifacts
3844
run: git add dist -f
3945

40-
- name: Bump version
41-
id: version_bump
42-
uses: ./
43-
with:
44-
release_type: 'patch'
45-
46-
47-
4846
- name: Create Release
4947
uses: actions/create-release@v1
5048
env:

0 commit comments

Comments
 (0)