We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1c68205 + f5ccd0f commit e2a8764Copy full SHA for e2a8764
1 file changed
.github/workflows/release.yml
@@ -35,7 +35,7 @@ jobs:
35
echo "Packaging FAILED" && exit 1
36
37
- name: Release
38
- uses: softprops/action-gh-release@v0.1.14
+ uses: softprops/action-gh-release@v0.1.15
39
if: startsWith(github.ref, 'refs/tags/') && steps.check_files.outputs.files_exists == 'true'
40
with:
41
files: "*.tar.gz"
0 commit comments