Ver Fonte

fix: ci

Sv443 há 6 meses atrás
pai
commit
d3b73a27f9
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      .github/workflows/build-and-publish.yml

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

@@ -19,6 +19,7 @@ jobs:
         node-version: [22.x]
     permissions:
       contents: write # For pushing Git tags and creating releases
+      pull-requests: write # For creating the changesets relese PR
       id-token: write # The OIDC ID token is used for authentication with JSR
     steps:
       - uses: actions/checkout@v4