Skip to content

Commit f747dff

Browse files
authored
version: calver
use calver semantics
1 parent a6f8a21 commit f747dff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- name: Test with environment variables
5353
run: echo $TAG_NAME - $RELEASE_NAME
5454
env:
55-
TAG_NAME: tag-${{ steps.date.outputs.date }}
55+
TAG_NAME: ${{ steps.date.outputs.date }}
5656
RELEASE_NAME: v-${{ steps.date.outputs.date }}
5757

5858
- name: Upload binary to release

0 commit comments

Comments
 (0)