Skip to content

Commit

Permalink
Fix pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
cybermaggedon committed Oct 4, 2024
1 parent 169ccc1 commit e271bb7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@ jobs:

- name: Get version
id: version
run: echo VERSION=sha-$(git rev-parse --short HEAD) >> $GITHUB_OUTPUT
run: echo VERSION=$(git describe --exact-match --tags | sed 's/^v//') >> $GITHUB_OUTPUT

- run echo ${{ steps.version.outputs.VERSION }}

- name: Build packages
run: make packages VERSION=${{ steps.version.outputs.VERSION }}
Expand Down

0 comments on commit e271bb7

Please sign in to comment.