There was an error while loading. Please reload this page.
2 parents 1f02dc2 + 9c3f5e4 commit 196c0ddCopy full SHA for 196c0dd
1 file changed
.github/workflows/release.yml
@@ -64,7 +64,7 @@ jobs:
64
go-test-coverage --config=./.testcoverage.yml | sed 's/PASS/PASS ✅/g' | sed 's/FAIL/FAIL ❌/g' | tee -a $GITHUB_STEP_SUMMARY
65
66
- name: Release
67
- uses: softprops/action-gh-release@v2
+ uses: softprops/action-gh-release@v3
68
with:
69
tag_name: ${{ github.ref_name }}
70
name: ${{ github.ref_name }}
0 commit comments