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 b3c72c5 commit 752355cCopy full SHA for 752355c
.github/workflows/release.yml
@@ -57,10 +57,11 @@ jobs:
57
mv ./dist/luau-lsp ./dist/luau-lsp-${{ matrix.code-target }}
58
59
- name: Copy README and CHANGELOG
60
+ shell: bash
61
run: |
- rm editors/code/README.md
62
+ rm -f editors/code/README.md
63
cp README.md editors/code/README.md
- rm editors/code/CHANGELOG.md
64
+ rm -f editors/code/CHANGELOG.md
65
cp CHANGELOG.md editors/code/CHANGELOG.md
66
67
- run: npm ci
0 commit comments