Skip to content

Commit

Permalink
Workflows: Changes references to maste to v2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
miklschmidt committed Feb 12, 2023
1 parent 8c2d0c0 commit ec1ba18
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
with:
ref: "master"
ref: "v2.x"
fetch-depth: 0

- name: Get latest tag
Expand Down Expand Up @@ -108,12 +108,12 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3
with:
ref: master
ref: v2.x

- name: Create Matrix
id: set-matrix
run: |
ARRAY=$(find ${{ github.workspace }}/../config -type f -printf '%P\n' | sed '/default/d' | sort | jq -R -s -c 'split("\n")[:-1]')
ARRAY=$(find ${{ github.workspace }}/config -type f -printf '%P\n' | sed '/default/d' | sort | jq -R -s -c 'split("\n")[:-1]')
echo "matrix=${ARRAY}" >> $GITHUB_OUTPUT
build:
Expand All @@ -131,7 +131,7 @@ jobs:
uses: mainsail-crew/MainsailOS-actions/build-image@master
with:
config: ${{ matrix.config }}
build-ref: master
build-ref: v2.x

- name: Copy output
id: copy-image
Expand Down

1 comment on commit ec1ba18

@vercel
Copy link

@vercel vercel bot commented on ec1ba18 Feb 12, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

rat-os – ./

rat-os.vercel.app
rat-os-git-v2x-ratos.vercel.app
rat-os-ratos.vercel.app

Please sign in to comment.