Skip to content

Commit 1e173a1

Browse files
authored
Lint
1 parent 284c2cf commit 1e173a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -257,8 +257,8 @@ _Note_ The check release action needs `contents: write` [permission](https://doc
257257
- name: Upload Distributions
258258
uses: actions/upload-artifact@v2
259259
with:
260-
name: jupyter-releaser-dist-${{ github.run_number }}
261-
path: .jupyter_releaser_checkout/dist
260+
name: jupyter-releaser-dist-${{ github.run_number }}
261+
path: .jupyter_releaser_checkout/dist
262262
```
263263

264264
- [ ] Update or add `RELEASE.md` that describes the onboarding and release process, e.g.

0 commit comments

Comments
 (0)