We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
hub
gh
1 parent dfa95ac commit cad060fCopy full SHA for cad060f
.github/workflows/release.yml
@@ -42,7 +42,7 @@ jobs:
42
runs-on: ubuntu-latest
43
steps:
44
- name: Check out the repo
45
- # Mandatory step (otherwise, hub raises "fatal: Not a git repository")
+ # Mandatory step (otherwise, gh could raise "fatal: Not a git repository")
46
uses: actions/checkout@v3
47
- name: Download workflow artifacts
48
# cf. https://github.com/actions/download-artifact/issues/3
@@ -71,7 +71,7 @@ jobs:
71
env:
72
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
73
run:
74
- hub release edit $(find artifacts/target -type f -printf "-a %p ") -m "" "${{ needs.release-please.outputs.tag_name }}"
+ gh release -R ocaml-sf/learn-ocaml upload "${{ needs.release-please.outputs.tag_name }}" $(find artifacts/target -type f -printf "%p ")
75
76
call-opam-publish:
77
needs: [release-please]
0 commit comments