Skip to content

Commit 7c7e98e

Browse files
committed
Fix workflow YAML error
1 parent 04ccc8e commit 7c7e98e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ jobs:
1919
# which prevents the race.
2020
# max-parallel: 1
2121
matrix:
22+
# See https://github.com/SFARPak/dyad/issues/96
2223
os: [
2324
{ name: "windows", image: "windows-latest" },
24-
# See https://github.com/SFARPak/dyad/issues/96
2525
{ name: "linux", image: "ubuntu-22.04" },
2626
{ name: "macos-intel", image: "macos-13" },
2727
{ name: "macos", image: "macos-latest" },
2828
]
2929
runs-on: ${{ matrix.os.image }}
30-
env:
30+
# env:
3131
# CSC_LINK: ${{ secrets.CSC_LINK }}
3232
# CSC_KEY_PASSWORD: ${{ secrets.CSC_KEY_PASSWORD }}
3333
steps:

0 commit comments

Comments
 (0)