We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cb0f22 commit 82c4867Copy full SHA for 82c4867
.github/workflows/ci.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: Run tests
22
run: cargo test
23
build:
24
- name: Release ${{ matrix.platform.project }} - ${{ matrix.platform.release_for }}
+ name: Build ${{ matrix.platform.project }} - ${{ matrix.platform.release_for }}
25
if: github.event.pull_request.draft == false
26
strategy:
27
matrix:
@@ -93,13 +93,15 @@ jobs:
93
needs:
94
- build
95
- test
96
- if: startsWith(github.ref, 'refs/tags/v')
+ # if: startsWith(github.ref, 'refs/tags/v')
97
runs-on: ubuntu-latest
98
steps:
99
- name: Download artifacts
100
uses: actions/download-artifact@v4
101
with:
102
pattern: codebook-lsp*
103
+ - name: ls
104
+ run: ls
105
- name: Make release
106
uses: softprops/action-gh-release@v2
107
0 commit comments