Skip to content

Commit

Permalink
workflow: fix missing closing bracket in actions
Browse files Browse the repository at this point in the history
  • Loading branch information
sumukhballal committed Sep 11, 2024
1 parent b660e70 commit 4c64403
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 4c64403

Please sign in to comment.