We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c1f696 commit ccb218dCopy full SHA for ccb218d
1 file changed
.github/workflows/ci.yml
@@ -101,7 +101,7 @@ jobs:
101
tar cvf "$DIR_NAME.tar.gz" "$DIR_NAME/"
102
103
- name: pre-release
104
- uses: softprops/action-gh-release@v2.6.1
+ uses: softprops/action-gh-release@v2.6.2
105
if: "! startsWith(github.ref, 'refs/tags/')"
106
with:
107
tag_name: master-${{ github.sha }}
@@ -111,7 +111,7 @@ jobs:
111
*.tar.gz
112
113
- name: tagged-release
114
115
if: startsWith(github.ref, 'refs/tags/')
116
117
fail_on_unmatched_files: true
0 commit comments