Skip to content

Commit

Permalink
added automatic publish
Browse files Browse the repository at this point in the history
  • Loading branch information
nleanba committed Jan 5, 2025
1 parent bfe62f8 commit 967aa1f
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Publish

on:
push:
branches:
- synolib2

# runs on every push, does not publish unless deno.jsonc version number was updated

jobs:
publish:
runs-on: ubuntu-latest
permissions:
contents: read
id-token: write # The OIDC ID token is used for authentication with JSR.
steps:
- uses: actions/checkout@v4
- run: npx jsr publish

0 comments on commit 967aa1f

Please sign in to comment.