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 e271bb7 commit 6ecc753
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
id: version
run: echo VERSION=$(git describe --exact-match --tags | sed 's/^v//') >> $GITHUB_OUTPUT

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

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

0 comments on commit 6ecc753

Please sign in to comment.