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 231fc3a commit 3a258aeCopy full SHA for 3a258ae
.github/workflows/stable.yml
@@ -29,9 +29,11 @@ jobs:
29
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
30
- name: Create Github Release
31
continue-on-error: true
32
- run: hub release create -t ${{ github.sha }} -m "${{ github.event.commits[0].message }}" $(date +%G-W%V-%u)
+ run: hub release create -t $SHA -m $MESSAGE $(date +%G-W%V-%u)
33
env:
34
+ SHA: ${{ github.sha }}
35
36
+ MESSAGE: ${{ github.event.commits[0].message }}
37
- name: Send notification to Discord
38
39
uses: ./.github/actions/discord-send
0 commit comments