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 f27cf95 commit 2815ea1Copy full SHA for 2815ea1
.github/workflows/release.yml
@@ -22,7 +22,13 @@ jobs:
22
name: latest
23
tag: latest
24
allowUpdates: true
25
- body: Latest automated build (ignore github-actions' release date)
+ body: |
26
+ Latest automated build (ignore github-actions' release date)
27
+
28
+ Note: this build may only be compatible with the latest release of Textadept
29
+ (which may be an unstable release or a nightly build). If you are looking for a
30
+ version of this module that is compatible with a specific version of Textadept,
31
+ please download the "modules.zip" archive released alongside your version of Textadept.
32
artifacts: lua_repl.zip
33
token: ${{ secrets.GITHUB_TOKEN }}
34
cleanup:
0 commit comments