Skip to content

Commit

Permalink
wip test relase workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
seveibar committed Mar 18, 2024
1 parent ad30c57 commit 7c00ea9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- main

jobs:
build:
build_and_release:
runs-on: ubuntu-latest

steps:
Expand All @@ -16,6 +16,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 20
registry-url: https://registry.npmjs.org/

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

0 comments on commit 7c00ea9

Please sign in to comment.