Skip to content

Commit 752355c

Browse files
committed
Fix release workflow
1 parent b3c72c5 commit 752355c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,11 @@ jobs:
5757
mv ./dist/luau-lsp ./dist/luau-lsp-${{ matrix.code-target }}
5858
5959
- name: Copy README and CHANGELOG
60+
shell: bash
6061
run: |
61-
rm editors/code/README.md
62+
rm -f editors/code/README.md
6263
cp README.md editors/code/README.md
63-
rm editors/code/CHANGELOG.md
64+
rm -f editors/code/CHANGELOG.md
6465
cp CHANGELOG.md editors/code/CHANGELOG.md
6566
6667
- run: npm ci

0 commit comments

Comments
 (0)