Skip to content

Commit bee0fb3

Browse files
committed
fix(.github/workflows/versions.yml): fix invalid syntax
1 parent 3ee33a1 commit bee0fb3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/versions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
run: |
1515
bpkg --version
1616
17-
v1.0.0:
17+
v1-0-0:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- uses: actions/checkout@v3
@@ -23,7 +23,7 @@ jobs:
2323
run: |
2424
bpkg --version | grep '1.0.0'
2525
26-
v1.1.0:
26+
v1-1-0:
2727
runs-on: ubuntu-latest
2828
steps:
2929
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)