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.
2 parents 06ae42b + dd426b7 commit 9176532Copy full SHA for 9176532
1 file changed
.github/workflows/ci.yml
@@ -93,7 +93,7 @@ jobs:
93
tar cvf "$DIR_NAME.tar.gz" "$DIR_NAME/"
94
95
- name: pre-release
96
- uses: softprops/action-gh-release@v3.0.0
+ uses: softprops/action-gh-release@v3.0.2
97
if: "! startsWith(github.ref, 'refs/tags/')"
98
with:
99
tag_name: master-${{ github.sha }}
@@ -103,7 +103,7 @@ jobs:
103
*.tar.gz
104
105
- name: tagged-release
106
107
if: startsWith(github.ref, 'refs/tags/')
108
109
fail_on_unmatched_files: true
0 commit comments