Skip to content

Commit

Permalink
ci: jsr release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
DjDeveloperr committed Oct 30, 2024
1 parent d8219b0 commit f5aa8b4
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 30 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Publish
on: release

jobs:
publish:
runs-on: ubuntu-latest

permissions:
contents: read
id-token: write

steps:
- uses: actions/checkout@v4

- name: Publish package
run: npx jsr publish
2 changes: 0 additions & 2 deletions deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
]
},

"nodeModulesDir": "auto",

"tasks": {
"build-yoga": "cd yoga && cmake -B build -S . -D CMAKE_BUILD_TYPE=\"Release\" -G Ninja && cmake --build build",
"build": "cmake -B build -S . -D CMAKE_BUILD_TYPE=\"Release\" && cmake --build build",
Expand Down
28 changes: 0 additions & 28 deletions package.json

This file was deleted.

0 comments on commit f5aa8b4

Please sign in to comment.