Skip to content

Commit

Permalink
add ci
Browse files Browse the repository at this point in the history
  • Loading branch information
sigmaSd committed Apr 25, 2024
1 parent 8e52fc0 commit b1768bc
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/publish-jsr.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Uncomment this when extism is ready to publish from ci
# name: Publish
# on:
# push:
# branches:
# - master

# jobs:
# publish:
# runs-on: ubuntu-latest

# permissions:
# contents: read
# id-token: write

# steps:
# - uses: actions/checkout@v4

# - name: Publish package
# run: npx jsr publish

0 comments on commit b1768bc

Please sign in to comment.