Skip to content

Commit

Permalink
fix: 💚 Attempt 2 to fix JSR provenance
Browse files Browse the repository at this point in the history
  • Loading branch information
pklaschka committed Oct 29, 2024
1 parent caffbfe commit 48260d3
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/publish-jsr.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
name: Publish to JSR 🚀

name: Publish on JSR
on:
push:
branches:
- main

jobs:
publish:
name: Publish JSR Package 📦
runs-on: ubuntu-latest

permissions:
contents: read
id-token: write # The OIDC ID token is used for authentication with JSR.
id-token: write

steps:
- name: Checkout Repository 🛎️
uses: actions/checkout@v4
- name: Publish Package 🚀
- uses: actions/checkout@v4

- name: Publish package
run: npx jsr publish

0 comments on commit 48260d3

Please sign in to comment.