Skip to content

Commit 3a09ee0

Browse files
committed
style: align release.yml comments to prettier formatting
Single-space before `#` so prettier (via super-linter) accepts the workflow file. No behavior change. Signed-off-by: jmeridth <jmeridth@gmail.com>
1 parent e01aeb7 commit 3a09ee0

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/release.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ permissions:
1010
jobs:
1111
release:
1212
permissions:
13-
contents: write # Create release and push tags
14-
pull-requests: read # Read PR labels for release-drafter
15-
packages: write # Push container image to ghcr.io
16-
id-token: write # Federate for artifact attestation
17-
attestations: write # Generate build provenance attestations
18-
discussions: write # Create release announcement discussion
13+
contents: write # Create release and push tags
14+
pull-requests: read # Read PR labels for release-drafter
15+
packages: write # Push container image to ghcr.io
16+
id-token: write # Federate for artifact attestation
17+
attestations: write # Generate build provenance attestations
18+
discussions: write # Create release announcement discussion
1919
uses: github-community-projects/ospo-reusable-workflows/.github/workflows/release.yaml@592067a69a43d2285f933753d89a7c9d51b96530 # v1.0.0
2020
with:
2121
publish: true

0 commit comments

Comments
 (0)