Skip to content

Commit ec2ae52

Browse files
authored
fix(CI): aur version
1 parent a4169d9 commit ec2ae52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
- name: Get version
4040
id: version
41-
run: echo ::set-output name=version::$(git describe --long --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;')
41+
run: echo ::set-output name=version::$(git describe --long --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g')
4242

4343
- name: Publish AUR package nali-go-git
4444
uses: zu1k/aur-publish-action@master

0 commit comments

Comments
 (0)