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 fa68a53 commit 4c2195aCopy full SHA for 4c2195a
1 file changed
.github/workflows/release.yml
@@ -16,6 +16,12 @@ jobs:
16
uses: actions/checkout@v5
17
with:
18
fetch-depth: 0 # ensure full history & tags
19
+
20
+ - name: Bump version
21
+ id: version_bump
22
+ uses: ./
23
+ with:
24
+ release_type: 'patch'
25
26
- name: Set up Git identity
27
run: |
@@ -37,14 +43,6 @@ jobs:
37
43
- name: Add build artifacts
38
44
run: git add dist -f
39
45
40
- - name: Bump version
41
- id: version_bump
42
- uses: ./
- with:
- release_type: 'patch'
-
46
47
48
- name: Create Release
49
uses: actions/create-release@v1
50
env:
0 commit comments