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.
1 parent 3a258ae commit 37e693fCopy full SHA for 37e693f
.github/workflows/stable.yml
@@ -29,7 +29,9 @@ jobs:
29
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
30
- name: Create Github Release
31
continue-on-error: true
32
- run: hub release create -t $SHA -m $MESSAGE $(date +%G-W%V-%u)
+ run: |
33
+ sudo apt-get update && sudo apt-get install -y hub
34
+ hub release create -t $SHA -m $MESSAGE $(date +%G-W%V-%u)
35
env:
36
SHA: ${{ github.sha }}
37
0 commit comments