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 e157594 commit a58a378Copy full SHA for a58a378
1 file changed
.github/workflows/release.yml
@@ -44,3 +44,9 @@ jobs:
44
run: |
45
git tag ${{ env.VERSION }}
46
git push origin ${{ env.VERSION }}
47
+ - name: Create GitHub release
48
+ uses: softprops/action-gh-release@v2
49
+ with:
50
+ name: ${{ env.VERSION }}
51
+ tag_name: ${{ env.VERSION }}
52
+ files: dist/*
0 commit comments