We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53a0362 commit 5523353Copy full SHA for 5523353
.github/workflows/release.yml
@@ -11,15 +11,13 @@ on:
11
12
run-name: ${{ github.ref_name }}
13
14
-permissions:
15
- actions: read
16
- contents: write
17
-
18
jobs:
19
release:
20
runs-on: windows-latest
21
environment: Signing
22
permissions:
+ actions: read
+ contents: write
23
id-token: write # Required for Azure CLI Login
24
steps:
25
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
@@ -108,6 +106,7 @@ jobs:
108
106
- name: 💽 Upload artifacts to release
109
107
shell: pwsh
110
if: ${{ github.event_name == 'release' && github.event.release.assets_url != '' }}
+ continue-on-error: true # until we get this to work, be willing to skip it
111
env:
112
GH_TOKEN: ${{ github.token }}
113
run: |
0 commit comments