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 976aa23 commit 0f33843Copy full SHA for 0f33843
.github/workflows/main.yml
@@ -21,6 +21,7 @@ jobs:
21
- run: npm ci
22
- run: npm run build
23
- uses: softprops/action-gh-release@v1
24
+ name: Release
25
if: startsWith(github.ref, 'refs/tags/')
26
with:
27
files: |
0 commit comments