We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4e1ddf commit f8a8c53Copy full SHA for f8a8c53
1 file changed
.github/workflows/build.yml
@@ -132,7 +132,7 @@ jobs:
132
fi
133
done
134
135
- - name: Publish Nightly Release (rolling "nightly" tag)
+ - name: Publish Nightly Release
136
uses: softprops/action-gh-release@v2
137
with:
138
tag_name: nightly-master
@@ -143,7 +143,6 @@ jobs:
143
generate_release_notes: false
144
body: |
145
Nightly build for the latest commit on `master`.
146
- This release is automatically updated in-place.
147
files: |
148
upload/*.zip
149
upload/*.tar.gz
0 commit comments