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 441adfa commit 3cd8a79Copy full SHA for 3cd8a79
.github/workflows/ci.yml
@@ -142,7 +142,7 @@ jobs:
142
with:
143
pattern: codebook-lsp*
144
- name: Make release
145
- uses: softprops/action-gh-release@v2
+ uses: softprops/action-gh-release@37fd9d0351a2df198244c8ef9f56d02d1f921e20
146
147
files: codebook-lsp*/*
148
prerelease: true
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+[0.3.2]
2
+
3
+- Pin softprops/action-gh-release action since 2.3.0 broke CI
4
5
[0.3.1]
6
7
- Updated the global word list to include more common programming terms.
0 commit comments