Skip to content

Commit e9abd33

Browse files
authored
Update publish-packages.yml
1 parent 5177592 commit e9abd33

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
needs: prepare-packages
104104
runs-on: ubuntu-latest
105105
permissions:
106-
# Required for npm OIDC (https://docs.npmjs.com/trusted-publishers)
106+
# Required for npm OIDC publishing (https://docs.npmjs.com/trusted-publishers)
107107
id-token: write
108108
# Skip if no packages need to be published
109109
if: fromJson(needs.prepare-packages.outputs.matrix).package[0] != null

0 commit comments

Comments
 (0)