Skip to content

Commit

Permalink
Prepare workflows for v2.1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
miklschmidt committed May 27, 2024
1 parent 9c6d2d1 commit 821e5f3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/BuildImages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
branches:
- "v2.x"
- "v2.1.x"
paths:
- "src/modules/**"
- "src/build_dist"
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
with:
ref: "v2.x"
ref: "v2.1.x"
fetch-depth: 0

- name: Get latest tag
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
with:
ref: v2.x
ref: v2.1.x

- name: Create Matrix
id: set-matrix
Expand Down Expand Up @@ -129,7 +129,7 @@ jobs:
uses: mainsail-crew/MainsailOS-actions/build-image@master
with:
config: ${{ matrix.config }}
build-ref: v2.x
build-ref: v2.1.x

- name: Upload failed Logfile
if: failure()
Expand Down
2 changes: 1 addition & 1 deletion src/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.2
2.1.0-RC1

0 comments on commit 821e5f3

Please sign in to comment.