Explorar o código

ci: now maybe?

Sv443 hai 6 meses
pai
achega
a16c88ccaf
Modificáronse 1 ficheiros con 1 adicións e 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