From 2d7f607649089b723573cfcf458406b3469eff13 Mon Sep 17 00:00:00 2001 From: Matt Travi Date: Tue, 21 Mar 2023 22:18:42 -0500 Subject: [PATCH] chore(lint): ran prettier against the release workflow file --- .github/workflows/release.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 65a621a9..0560604a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -7,14 +7,14 @@ name: Release - beta - "*.x" permissions: - contents: read # for checkout + contents: read # for checkout jobs: release: permissions: - contents: write # to be able to publish a GitHub release - issues: write # to be able to comment on released issues - pull-requests: write # to be able to comment on released pull requests - id-token: write # to enable use of OIDC for npm provenance + contents: write # to be able to publish a GitHub release + issues: write # to be able to comment on released issues + pull-requests: write # to be able to comment on released pull requests + id-token: write # to enable use of OIDC for npm provenance name: release runs-on: ubuntu-latest steps: