From 240fbb926b4d11fe251fe4b20c9795d3f59b84e4 Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Tue, 14 Jul 2026 09:37:05 +0100 Subject: [PATCH] =?UTF-8?q?chore:=20lint=20=F0=9F=99=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3f61c5a..582a8b3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,8 +19,8 @@ jobs: if: github.event_name == 'push' && github.ref == format('refs/heads/{0}', github.event.repository.default_branch) runs-on: ubuntu-latest permissions: - contents: write # push the `release/vX.Y.Z` branch and delete superseded ones - pull-requests: write # create a release PR, update its body, close superseded PRs + contents: write # push the `release/vX.Y.Z` branch and delete superseded ones + pull-requests: write # create a release PR, update its body, close superseded PRs steps: - uses: danielroe/uppt/pr@7bcfb5397c37202ef882363f755423130419d28a # v0.5.5 with: @@ -42,8 +42,8 @@ jobs: group: release-${{ github.event.pull_request.number }} cancel-in-progress: false permissions: - contents: write # push the `vX.Y.Z` tag and create the GitHub release - actions: write # `gh workflow run release.yml --ref vX.Y.Z` chained dispatch + contents: write # push the `vX.Y.Z` tag and create the GitHub release + actions: write # `gh workflow run release.yml --ref vX.Y.Z` chained dispatch steps: - uses: danielroe/uppt/release@7bcfb5397c37202ef882363f755423130419d28a # v0.5.5 with: @@ -81,8 +81,8 @@ jobs: group: publish-${{ github.ref }} cancel-in-progress: false permissions: - id-token: write # OIDC claim for npm trusted publisher - environment: npm # must match the trusted-publisher entry on npmjs.com + id-token: write # OIDC claim for npm trusted publisher + environment: npm # must match the trusted-publisher entry on npmjs.com steps: - uses: danielroe/uppt/publish@7bcfb5397c37202ef882363f755423130419d28a # v0.5.5 with: -- 2.51.2