Skip to content

Commit 3c2c961

Browse files
committed
Fix YAML syntax in ebmc-packages workflow
1 parent c837965 commit 3c2c961

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ebmc-packages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
- name: Run the verilog tests
110110
run: make -C regression/verilog test
111111
- name: Create .rpm
112-
run |
112+
run: |
113113
VERSION=$(echo ${{ github.ref }} | cut -d "/" -f 3 | cut -d "-" -f 2)
114114
rpmdev-setuptree
115115

0 commit comments

Comments
 (0)