Skip to content

Commit

Permalink
Fix the line setting the rpm_version
Browse files Browse the repository at this point in the history
  • Loading branch information
maricaantonacci committed Mar 18, 2024
1 parent 01a9316 commit 4e919cc
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 @@ -40,7 +40,7 @@ jobs:
- name: Set rpm version
run: |
rpm_version="${ github.ref/-/. }"
rpm_version="${github_ref/-/.}"
echo $rpm_version
echo "REF=$rpm_version" >> $GITHUB_ENV
env:
Expand Down

0 comments on commit 4e919cc

Please sign in to comment.