Skip to content

Commit 71a88bc

Browse files
committed
Version v0.2.3:
- Fix ref name
1 parent 6c47f54 commit 71a88bc

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.github/workflows/build-by-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
branches: [ master ]
88

99
env:
10-
ARTIFACT_VERSION: ${{ github.ref }}
10+
ARTIFACT_VERSION: ${{ github.ref_name }}
1111

1212
jobs:
1313

.github/workflows/build-by-tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- 'v[0-9]+.[0-9]+.[0-9]+'
77

88
env:
9-
ARTIFACT_VERSION: ${{ github.ref }}
9+
ARTIFACT_VERSION: ${{ github.ref_name }}
1010

1111
jobs:
1212

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history
22

3+
## v0.2.3
4+
5+
- Fix ref name
6+
37
## v0.2.2
48

59
- Automate binary version

0 commit comments

Comments
 (0)