Skip to content

Commit

Permalink
fix(ci): version variable
Browse files Browse the repository at this point in the history
  • Loading branch information
arcln committed Dec 7, 2023
1 parent d271592 commit 1e65e6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rpm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@ jobs:
- name: Create release
uses: ncipollo/release-action@v1
with:
tag: $VERSION
tag: ${{ env.VERSION }}
artifacts: "rpms/*.rpm"

0 comments on commit 1e65e6e

Please sign in to comment.