Skip to content

Commit 3ee33a1

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

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/versions.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ jobs:
1111
- uses: actions/checkout@v3
1212
- uses: ./
1313
- name: Verify latest
14-
- run: |
15-
bpkg --version
14+
run: |
15+
bpkg --version
1616
1717
v1.0.0:
1818
runs-on: ubuntu-latest
@@ -21,7 +21,7 @@ jobs:
2121
- uses: ./
2222
- name: Verify latest
2323
run: |
24-
bpkg --version | grep '1.0.0'
24+
bpkg --version | grep '1.0.0'
2525
2626
v1.1.0:
2727
runs-on: ubuntu-latest
@@ -30,4 +30,4 @@ jobs:
3030
- uses: ./
3131
- name: Verify latest
3232
run: |
33-
bpkg --version | grep '1.1.0'
33+
bpkg --version | grep '1.1.0'

0 commit comments

Comments
 (0)