We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0aa4a86 commit 004153cCopy full SHA for 004153c
1 file changed
.github/workflows/versions.yml
@@ -0,0 +1,33 @@
1
+name: versions
2
+
3
+on:
4
+ - pull_request
5
+ - push
6
7
+jobs:
8
+ latest:
9
+ runs-on: ubuntu-latest
10
+ steps:
11
+ - uses: actions/checkout@v3
12
+ - uses: ./
13
+ - name: Verify latest
14
+ - run: |
15
+ bpkg --version
16
17
+ v1.0.0:
18
19
20
21
22
23
24
+ bpkg --version | grep '1.0.0'
25
26
+ v1.1.0:
27
28
29
30
31
32
33
+ bpkg --version | grep '1.1.0'
0 commit comments