Skip to content

Commit 395a05b

Browse files
committed
Release v0.3.0
- Fixed unique id for extract version job
1 parent c70bdd3 commit 395a05b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
uses: actions/checkout@v4
3131

3232
- name: Extract version (Unix)
33-
id: extract_version
33+
id: extract_version_unix
3434
shell: bash
3535
run: |
3636
if [[ "${{ matrix.os }}" != "windows-latest" ]]; then
@@ -39,7 +39,7 @@ jobs:
3939
fi
4040
4141
- name: Extract version (Windows)
42-
id: extract_version
42+
id: extract_version_windows
4343
shell: pwsh
4444
run: |
4545
if ("${{ matrix.os }}" -eq "windows-latest") {

0 commit comments

Comments
 (0)