Skip to content

Commit

Permalink
release assets too
Browse files Browse the repository at this point in the history
  • Loading branch information
bpcreech authored Feb 4, 2024
1 parent cb85f49 commit 233ea13
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,15 @@ jobs:
uses: rymndhng/release-on-push-action@master
with:
bump_version_scheme: minor
use-github-release-notes: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- uses: AButler/[email protected]
with:
files: "dist/*"
repo-token: ${{ secrets.GITHUB_TOKEN }}

# - name: Upload artifacts
# uses: actions/upload-artifact@v4
# with:
Expand Down

0 comments on commit 233ea13

Please sign in to comment.