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 41f2813 commit bcb1580Copy full SHA for bcb1580
.github/workflows/release-callee.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: List Files
19
run: ls
20
- name: Upload Assets to the GitHub Release
21
- uses: softprops/action-gh-release@v4
+ uses: softprops/action-gh-release@v2
22
if: startsWith(github.ref, 'refs/tags/')
23
with:
24
files: |
0 commit comments