We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a5c733 commit ec63ddbCopy full SHA for ec63ddb
1 file changed
.github/workflows/release.yml
@@ -40,15 +40,17 @@ jobs:
40
uses: softprops/action-gh-release@v1
41
with:
42
files: target/release/opacity-cli-linux-amd64
43
- tag_name: v${{ github.run_number }}
44
- name: Release v${{ github.run_number }}
+ tag_name: latest
+ name: Latest Release
45
body: |
46
- Automated release for commit ${{ github.sha }}
+ Latest build of opacity-cli for x86_64 Linux
47
48
- ## Changes
49
- - Built opacity-cli for x86_64 Linux
50
- - Release number: ${{ github.run_number }}
+ ## Build Info
+ - Commit: ${{ github.sha }}
+ - Branch: ${{ github.ref_name }}
51
+ - Build Date: ${{ github.event.head_commit.timestamp }}
52
draft: false
53
prerelease: false
54
+ update_existing: true
55
env:
56
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments