Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
Pinta365 committed Oct 5, 2024
1 parent 7768e35 commit 7489665
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/publish-jsr.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# .github/workflows/publish.yml
name: Publish to jsr.io
on:
release:
types: [released]
workflow_dispatch:
release:
types: [released]
workflow_dispatch:

jobs:
publish:
permissions:
contents: read
id-token: write
uses: cross-org/workflows/.github/workflows/jsr-publish.yml@main
publish:
permissions:
contents: read
id-token: write
uses: cross-org/workflows/.github/workflows/jsr-publish.yml@main

0 comments on commit 7489665

Please sign in to comment.