We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55af340 commit d054639Copy full SHA for d054639
2 files changed
.github/workflows/build-release-binaries.yml
@@ -96,7 +96,7 @@ jobs:
96
- name: Attach to GitHub Release
97
env:
98
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
99
- uses: softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # v2.5.0
+ uses: softprops/action-gh-release@153bb8e04406b158c6c84fc1615b65b24149a1fe # v2.6.1
100
with:
101
files: |
102
dist/charon-${{ env.RELEASE_VERSION }}-linux-amd64.tar.gz
.github/workflows/release.yml
@@ -25,7 +25,7 @@ jobs:
25
run: go run testutil/genchangelog/main.go
26
27
- name: Create GitHub release draft
28
29
30
draft: true
31
files: cli-reference.txt
0 commit comments