Skip to content

Commit 6aa4fac

Browse files
committed
refactor(.github/workflows/versions.yml): emit version
1 parent fc61513 commit 6aa4fac

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/versions.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
bpkg-version: 1.0.0
2424
- name: Verify [email protected]
2525
run: |
26+
bpkg --version
2627
bpkg --version | grep '1.0.0'
2728
2829
v1-1-0:
@@ -34,6 +35,7 @@ jobs:
3435
bpkg-version: 1.1.0
3536
- name: Verify [email protected]
3637
run: |
38+
bpkg --version
3739
bpkg --version | grep '1.1.0'
3840
3941
v1-1-1:
@@ -45,6 +47,7 @@ jobs:
4547
bpkg-version: 1.1.1
4648
- name: Verify [email protected]
4749
run: |
50+
bpkg --version
4851
bpkg --version | grep '1.1.1'
4952
5053
v1-1-2:
@@ -56,4 +59,5 @@ jobs:
5659
bpkg-version: 1.1.2
5760
- name: Verify [email protected]
5861
run: |
62+
bpkg --version
5963
bpkg --version | grep '1.1.2'

0 commit comments

Comments
 (0)