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 26ef920 commit c225144Copy full SHA for c225144
.github/workflows/ci.yml
@@ -91,7 +91,7 @@ jobs:
91
- name: Upload release
92
uses: softprops/action-gh-release@v2
93
with:
94
- name: sha-${{ github.sha }}
+ tag_name: sha-${{ github.sha }}
95
files: dist.tar.gz
96
97
preview:
0 commit comments