Skip to content

Commit 166c03d

Browse files
committed
Remove --warnings-as-errors flag from Erlang build on CI
1 parent 8c78a0e commit 166c03d

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/release.yml

+4-5
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ on:
1010

1111
env:
1212
ELIXIR_OPTS: "--warnings-as-errors"
13-
ERLC_OPTS: "warnings_as_errors"
1413
LANG: C.UTF-8
1514

1615
permissions:
@@ -85,7 +84,7 @@ jobs:
8584
uses: actions/attest-build-provenance@v1
8685
id: attest-exe-provenance
8786
with:
88-
subject-path: 'elixir-otp-${{ matrix.otp }}.exe'
87+
subject-path: "elixir-otp-${{ matrix.otp }}.exe"
8988
- name: "Copy release .exe provenance"
9089
run: cp "$ATTESTATION" elixir-otp-${{ matrix.otp }}.exe.sigstore
9190
env:
@@ -95,7 +94,7 @@ jobs:
9594
uses: actions/attest-build-provenance@v1
9695
id: attest-zip-provenance
9796
with:
98-
subject-path: 'elixir-otp-${{ matrix.otp }}.zip'
97+
subject-path: "elixir-otp-${{ matrix.otp }}.zip"
9998
- name: "Copy release .zip provenance"
10099
run: cp "$ATTESTATION" elixir-otp-${{ matrix.otp }}.zip.sigstore
101100
env:
@@ -106,7 +105,7 @@ jobs:
106105
id: attest-docs-provenance
107106
if: ${{ matrix.build_docs }}
108107
with:
109-
subject-path: 'Docs.zip'
108+
subject-path: "Docs.zip"
110109
- name: "Copy docs provenance"
111110
if: ${{ matrix.build_docs }}
112111
run: cp "$ATTESTATION" Docs.zip.sigstore
@@ -191,7 +190,7 @@ jobs:
191190
FASTLY_REPO_SERVICE_ID: ${{ secrets.HEX_FASTLY_REPO_SERVICE_ID }}
192191
FASTLY_BUILDS_SERVICE_ID: ${{ secrets.HEX_FASTLY_BUILDS_SERVICE_ID }}
193192
FASTLY_KEY: ${{ secrets.HEX_FASTLY_KEY }}
194-
OTP_GENERIC_VERSION: '25'
193+
OTP_GENERIC_VERSION: "25"
195194
steps:
196195
- uses: actions/download-artifact@v4
197196

0 commit comments

Comments
 (0)