Skip to content

Commit

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

Expand All @@ -33,9 +33,11 @@ jobs:
create_github_release:
needs: create_version_matrix
runs-on: ubuntu-latest
env: # Set the environment variable for the matrix
MATRIX: ${{ steps.set-matrix.outputs.matrix }}
strategy:
matrix:
cfg: ${{fromJson(needs.create_version_matrix.outputs.CURRENT_VERSIONS)}}
cfg: ${{fromJson(env.MATRIX)}}
steps:
- run: |
echo "Run GH release for ${{ matrix.cfg.version }}"

0 comments on commit e7fdd2e

Please sign in to comment.