Skip to content

Commit

Permalink
debug release
Browse files Browse the repository at this point in the history
  • Loading branch information
GooseOb committed May 10, 2024
1 parent d6ee1c9 commit 29fa09d
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,7 @@ jobs:
- uses: oven-sh/setup-bun@v1
- run: bun i --frozen-lockfile
- run: bun run build
- name: Create a Release
working-directory: ./dist
uses: elgohr/Github-Release-Action@v5
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- uses: ncipollo/release-action@v1
with:
title: Userscript Build
artifacts: 'dist/*'
bodyFile: 'body.md'

0 comments on commit 29fa09d

Please sign in to comment.