Skip to content

Commit

Permalink
Merge pull request #367 from sumukhballal/actions_release_fix
Browse files Browse the repository at this point in the history
workflow: fix missing closing bracket in actions
  • Loading branch information
sumukhballal authored Sep 11, 2024
2 parents b660e70 + 4c64403 commit 4876c05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
MATRIX_DIST_ARGS: ${{ matrix.dist-args }}
MATRIX_INSTALL_DIST: ${{ matrix.install-dist }}
GITHUB_REF_NAME: ${{ github.ref_name }
GITHUB_REF_NAME: ${{ github.ref_name }}
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 4876c05

Please sign in to comment.