Skip to content

Commit

Permalink
GitHub Actions switch GitHub CLI hub->gh
Browse files Browse the repository at this point in the history
  • Loading branch information
superg committed Oct 8, 2023
1 parent 78578c1 commit 7d41d4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,6 @@ jobs:
shell: bash
run: |
for f in redumper-*.zip; do FILES+=" -a $f"; done
hub release create ${{ env.release_name }} -m ${{ env.release_name }} $FILES
gh release create ${{ env.release_name }} -m ${{ env.release_name }} $FILES
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 7d41d4a

Please sign in to comment.