Skip to content

Commit

Permalink
fix(CI): aur version
Browse files Browse the repository at this point in the history
  • Loading branch information
zu1k committed Oct 2, 2023
1 parent a4169d9 commit ec2ae52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

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

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

0 comments on commit ec2ae52

Please sign in to comment.