We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 092aa6e commit 77ec98fCopy full SHA for 77ec98f
.github/workflows/publish.yml
@@ -65,3 +65,8 @@ jobs:
65
BRANCH: release
66
FOLDER: dist
67
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
68
+
69
+ - name: Release
70
+ uses: softprops/action-gh-release@v1
71
+ with:
72
+ files: dist/*
0 commit comments