Skip to content

Commit

Permalink
fix(u): u
Browse files Browse the repository at this point in the history
  • Loading branch information
masoudmanson committed Sep 6, 2023
1 parent edf68b2 commit 1eb1b68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gh-release-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
steps:
# Step 1: Check out the repository code
- name: Checkout Code
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0

Expand All @@ -61,7 +61,7 @@ jobs:
done
matrix="${matrix%,}" # Remove trailing comma
matrix="${matrix}]" # Close the JSON array
echo "::set-output name=matrix::${matrix}"
echo "matrix=${matrix}" >> $GITHUB_OUTPUT
builder:
needs: job1
runs-on: ubuntu-latest
Expand Down

0 comments on commit 1eb1b68

Please sign in to comment.