Sv443 6 mesi fa
parent
commit
a16c88ccaf
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      .github/workflows/build-and-publish.yml

+ 1 - 1
.github/workflows/build-and-publish.yml

@@ -18,7 +18,7 @@ jobs:
       matrix:
         node-version: [22.x]
     permissions:
-      contents: read
+      contents: write # For pushing Git tags and creating releases
       id-token: write # The OIDC ID token is used for authentication with JSR
     steps:
       - uses: actions/checkout@v4