Skip to content

Commit

Permalink
more ga fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
masylum committed Jun 28, 2024
1 parent bf8f1dd commit 0767668
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 27 deletions.
24 changes: 0 additions & 24 deletions .github/workflows/ci.yml

This file was deleted.

19 changes: 19 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Publish
on:
push:
branches:
- main

jobs:
publish:
runs-on: ubuntu-latest

permissions:
contents: read
id-token: write

steps:
- uses: actions/checkout@v4

- name: Publish package
run: npx jsr publish
5 changes: 2 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
name: Test

on:
workflow_call:
on: [push]

jobs:
common:
test:
runs-on: ubuntu-latest

strategy:
Expand Down

0 comments on commit 0767668

Please sign in to comment.