File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 17
17
run : |
18
18
pip install -e .
19
19
- name : Check Release
20
- uses : jupyter-server/jupyter_releaser/.github/actions/check-release@version2
20
+ uses : jupyter-server/jupyter_releaser/.github/actions/check-release@v2
21
21
with :
22
22
token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change @@ -28,11 +28,11 @@ jobs:
28
28
uses : actions/checkout@v2
29
29
30
30
- name : Setup
31
- uses : jupyter-server/jupyter-releaser/.github/actions/common@version2
31
+ uses : jupyter-server/jupyter-releaser/.github/actions/common@v2
32
32
33
33
- name : Prep Release
34
34
id : prep-release
35
- uses : jupyter-server/jupyter-releaser/.github/actions/prep-release@version2
35
+ uses : jupyter-server/jupyter-releaser/.github/actions/prep-release@v2
36
36
with :
37
37
token : ${{ secrets.ADMIN_GITHUB_TOKEN }}
38
38
version_spec : ${{ github.event.inputs.version_spec }}
Original file line number Diff line number Diff line change @@ -24,11 +24,11 @@ jobs:
24
24
uses : actions/checkout@v2
25
25
26
26
- name : Setup
27
- uses : jupyter-server/jupyter-releaser/.github/actions/common@version2
27
+ uses : jupyter-server/jupyter-releaser/.github/actions/common@v2
28
28
29
29
- name : Populate Release
30
30
id : populate-release
31
- uses : jupyter-server/jupyter-releaser/.github/actions/populate-release@version2
31
+ uses : jupyter-server/jupyter-releaser/.github/actions/populate-release@v2
32
32
with :
33
33
token : ${{ secrets.ADMIN_GITHUB_TOKEN }}
34
34
target : ${{ github.repository }}
41
41
env :
42
42
PYPI_TOKEN : ${{ secrets.PYPI_TOKEN }}
43
43
TWINE_USERNAME : __token__
44
- uses : jupyter-server/jupyter-releaser/.github/actions/finalize-release@version2
44
+ uses : jupyter-server/jupyter-releaser/.github/actions/finalize-release@v2
45
45
with :
46
46
token : ${{ secrets.ADMIN_GITHUB_TOKEN }}
47
47
target : ${{ github.repository }}
You can’t perform that action at this time.
0 commit comments