Skip to content

Commit a3502ee

Browse files
authored
ci(oxfmt): Stop uploading assets for immutable release (#14606)
Refs #14603 , hopefully fixes https://github.com/oxc-project/oxc/actions/runs/18490169265 Now, the only difference with `oxlint`'s workflow is the `prerelease: true`.
1 parent 1b58521 commit a3502ee

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/release_oxfmt.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,10 +197,8 @@ jobs:
197197
body: ${{ steps.run.outputs.CHANGELOG }}
198198
prerelease: true
199199
draft: false
200-
files: oxfmt-*
201200
name: oxfmt v${{ needs.check.outputs.version }}
202201
tag_name: oxfmt_v${{ needs.check.outputs.version }}
203-
fail_on_unmatched_files: true
204202
target_commitish: ${{ github.sha }}
205203

206204
- name: wait 3 minutes for smoke test

0 commit comments

Comments
 (0)