We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d79544 commit fc61513Copy full SHA for fc61513
.github/workflows/versions.yml
@@ -21,7 +21,7 @@ jobs:
21
- uses: ./
22
with:
23
bpkg-version: 1.0.0
24
- - name: Verify v1.0.0
+ - name: Verify bpkg@1.0.0
25
run: |
26
bpkg --version | grep '1.0.0'
27
@@ -30,8 +30,30 @@ jobs:
30
steps:
31
- uses: actions/checkout@v3
32
33
- - name: Verify v1.1.0
34
35
bpkg-version: 1.1.0
+ - name: Verify [email protected]
36
37
bpkg --version | grep '1.1.0'
38
+
39
+ v1-1-1:
40
+ runs-on: ubuntu-latest
41
+ steps:
42
+ - uses: actions/checkout@v3
43
+ - uses: ./
44
+ with:
45
+ bpkg-version: 1.1.1
46
47
+ run: |
48
+ bpkg --version | grep '1.1.1'
49
50
+ v1-1-2:
51
52
53
54
55
56
+ bpkg-version: 1.1.2
57
58
59
+ bpkg --version | grep '1.1.2'
0 commit comments