Skip to content

Commit

Permalink
github actions release.
Browse files Browse the repository at this point in the history
  • Loading branch information
fiatjaf committed Dec 16, 2023
1 parent 0fab8d4 commit d3618b8
Showing 1 changed file with 6 additions and 16 deletions.
22 changes: 6 additions & 16 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Release
name: release

on:
push:
Expand All @@ -13,24 +13,14 @@ permissions:
jobs:
build:
runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@v4
- uses: actions/checkout@v4
with:
submodules: true

- name: Setup bun
uses: oven-sh/setup-bun@v1

- name: Install deps
run: bun install

- name: Build
run: bun run build

- name: Upload
uses: softprops/action-gh-release@v1
- uses: oven-sh/setup-bun@v1
- run: bun install
- run: just
- uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: |
Expand Down

0 comments on commit d3618b8

Please sign in to comment.