Skip to content

Commit 25aac12

Browse files
committed
chore(ci): prettier-clean release.yaml comment spacing
The Lint & Format job runs prettier --check over workflow YAML; the aligned trailing comment failed it on every push.
1 parent 2ae63aa commit 25aac12

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
permissions:
99
contents: read
10-
id-token: write # npm provenance
10+
id-token: write # npm provenance
1111
steps:
1212
- uses: actions/checkout@v4
1313
- uses: actions/setup-node@v4

0 commit comments

Comments
 (0)