Skip to content

Commit 233ea13

Browse files
authored
release assets too
1 parent cb85f49 commit 233ea13

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,15 @@ jobs:
2626
uses: rymndhng/release-on-push-action@master
2727
with:
2828
bump_version_scheme: minor
29+
use-github-release-notes: true
2930
env:
3031
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3132

33+
- uses: AButler/[email protected]
34+
with:
35+
files: "dist/*"
36+
repo-token: ${{ secrets.GITHUB_TOKEN }}
37+
3238
# - name: Upload artifacts
3339
# uses: actions/upload-artifact@v4
3440
# with:

0 commit comments

Comments
 (0)