Skip to content

Commit d737f36

Browse files
committed
fix(.github/workflows/versions.yml): fix typo
1 parent 004153c commit d737f36

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/versions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: actions/checkout@v3
2121
- uses: ./
2222
- name: Verify latest
23-
- run: |
23+
run: |
2424
bpkg --version | grep '1.0.0'
2525

2626
v1.1.0:
@@ -29,5 +29,5 @@ jobs:
2929
- uses: actions/checkout@v3
3030
- uses: ./
3131
- name: Verify latest
32-
- run: |
32+
run: |
3333
bpkg --version | grep '1.1.0'

0 commit comments

Comments
 (0)