Skip to content

Commit 01a9316

Browse files
Fix the line setting the rpm_version
1 parent 9f237bd commit 01a9316

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
4141
- name: Set rpm version
4242
run: |
43-
rpm_version="${{ github.ref/-/. }}"
43+
rpm_version="${ github.ref/-/. }"
4444
echo $rpm_version
4545
echo "REF=$rpm_version" >> $GITHUB_ENV
4646
env:

0 commit comments

Comments
 (0)