Skip to content

Commit bd58939

Browse files
authored
Fix typo(?) 2 (#477)
1 parent 72168d9 commit bd58939

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

docs/source/how_to_guides/convert_repo_from_releaser.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,7 @@ version_info = tuple(parts)
8181
```
8282
8383
- This should be run on `push` and `pull` request events. You can copy
84-
the `check-release.yml` from this repo as an example. ${{ secrets.GITHUB_TOKEN }}
85-
86-
````
84+
the `check-release.yml` from this repo as an example.
8785

8886
- [ ] If you would like the release assets to be uploaded as artifacts, add the following step after the `check_release` action:
8987

@@ -93,7 +91,7 @@ version_info = tuple(parts)
9391
with:
9492
name: jupyter-releaser-dist-${{ github.run_number }}
9593
path: .jupyter_releaser_checkout/dist
96-
````
94+
```
9795

9896
- [ ] Add a workflow that uses the [`enforce-label`](https://github.com/jupyterlab/maintainer-tools#enforce-labels) action from `jupyterlab/maintainer-tools` to ensure that all PRs have on of the triage labels used to
9997
categorize the changelog.

0 commit comments

Comments
 (0)