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 284c2cf commit 1e173a1Copy full SHA for 1e173a1
README.md
@@ -257,8 +257,8 @@ _Note_ The check release action needs `contents: write` [permission](https://doc
257
- name: Upload Distributions
258
uses: actions/upload-artifact@v2
259
with:
260
- name: jupyter-releaser-dist-${{ github.run_number }}
261
- path: .jupyter_releaser_checkout/dist
+ name: jupyter-releaser-dist-${{ github.run_number }}
+ path: .jupyter_releaser_checkout/dist
262
```
263
264
- [ ] Update or add `RELEASE.md` that describes the onboarding and release process, e.g.
0 commit comments