diff --git a/.github/workflows/BuildImages.yml b/.github/workflows/BuildImages.yml index dcc78914c..ee29103f7 100644 --- a/.github/workflows/BuildImages.yml +++ b/.github/workflows/BuildImages.yml @@ -3,6 +3,7 @@ on: push: branches: - "v2.x" + - "v2.1.x" paths: - "src/modules/**" - "src/build_dist" diff --git a/.github/workflows/Release.yml b/.github/workflows/Release.yml index 6b616965d..e1f400538 100644 --- a/.github/workflows/Release.yml +++ b/.github/workflows/Release.yml @@ -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 @@ -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 @@ -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() diff --git a/src/version b/src/version index e9307ca57..32d55977a 100644 --- a/src/version +++ b/src/version @@ -1 +1 @@ -2.0.2 +2.1.0-RC1