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 8bdac9e commit b3dfea3Copy full SHA for b3dfea3
.github/workflows/nightly-build.yml
@@ -174,7 +174,7 @@ jobs:
174
# REF: https://github.com/marketplace/actions/gh-release
175
# Create a release only in nushell/nightly repo
176
- name: Publish Archive
177
- uses: softprops/action-gh-release@v2.0.8
+ uses: softprops/action-gh-release@v2.0.9
178
if: ${{ startsWith(github.repository, 'nushell/nightly') }}
179
with:
180
prerelease: true
@@ -201,7 +201,7 @@ jobs:
201
- name: Create Checksums
202
run: cd release && shasum -a 256 * > ../SHA256SUMS
203
- name: Publish Checksums
204
205
206
draft: false
207
0 commit comments