Explorar el Código

ci: now maybe?

Sv443 hace 6 meses
padre
commit
a16c88ccaf
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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