Skip to content

Commit 6dac1cd

Browse files
authored
v1.1.5 (#5)
Build updates * Updating to use new build definitions
1 parent ff6e1d1 commit 6dac1cd

3 files changed

Lines changed: 13 additions & 7 deletions

File tree

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: 5.6-dev
1+
name: dev-5_6
22

33
on:
44
push:
@@ -7,13 +7,19 @@ on:
77
tags-ignore:
88
- '**'
99
paths:
10-
- '.github/workflows/build_5_6-dev.yml'
10+
- '.github/workflows/dev-5_6.yml'
1111
- '5.6/**'
1212
- 'overlay/**'
1313
- 'VERSION'
1414

1515
jobs:
16-
build:
16+
test-5_6:
17+
runs-on: ubuntu-latest
18+
steps:
19+
-
20+
name: Checkout code
21+
uses: actions/checkout@v2
22+
build-5_6:
1723
runs-on: ubuntu-latest
1824
steps:
1925
-
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: 5.6-main
1+
name: publish-5_6
22

33
on:
44
push:
@@ -7,13 +7,13 @@ on:
77
tags-ignore:
88
- '**'
99
paths:
10-
- '.github/workflows/build_5_6-main.yml'
10+
- '.github/workflows/publish-5_6.yml'
1111
- '5.6/**'
1212
- 'overlay/**'
1313
- 'VERSION'
1414

1515
jobs:
16-
build:
16+
publish-5_6:
1717
runs-on: ubuntu-latest
1818
steps:
1919
-

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1.4
1+
1.1.5

0 commit comments

Comments
 (0)