Skip to content

Commit 5523353

Browse files
committed
Fix the release workflow
1 parent 53a0362 commit 5523353

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,13 @@ on:
1111

1212
run-name: ${{ github.ref_name }}
1313

14-
permissions:
15-
actions: read
16-
contents: write
17-
1814
jobs:
1915
release:
2016
runs-on: windows-latest
2117
environment: Signing
2218
permissions:
19+
actions: read
20+
contents: write
2321
id-token: write # Required for Azure CLI Login
2422
steps:
2523
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
@@ -108,6 +106,7 @@ jobs:
108106
- name: 💽 Upload artifacts to release
109107
shell: pwsh
110108
if: ${{ github.event_name == 'release' && github.event.release.assets_url != '' }}
109+
continue-on-error: true # until we get this to work, be willing to skip it
111110
env:
112111
GH_TOKEN: ${{ github.token }}
113112
run: |

0 commit comments

Comments
 (0)